mob next [ci-skip] [ci skip] [skip ci]
lastFile:modules/clan/home-manager-users/emmie/home.nix
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
{ osConfig, pkgs, ... }:
|
||||
{
|
||||
osConfig,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
let
|
||||
username = "emmie";
|
||||
in
|
||||
{
|
||||
home = {
|
||||
inherit username;
|
||||
homeDirectory = "/home/${username}";
|
||||
homeDirectory = lib.mkForce "/home/${username}";
|
||||
stateVersion = osConfig.system.stateVersion;
|
||||
packages = with pkgs; [
|
||||
libreoffice
|
||||
|
||||
Reference in New Issue
Block a user