home configuration shenanigans
This commit is contained in:
parent
2309315a00
commit
6e073687a5
3 changed files with 13 additions and 3 deletions
|
|
@ -15,6 +15,10 @@
|
|||
backupFileExtension = "hmbak";
|
||||
users.osbm = import ../home/home.nix {
|
||||
inherit config pkgs;
|
||||
# fuck you macos
|
||||
username = "osbm";
|
||||
homeDirectory = "/home/osbm";
|
||||
inherit (config.system) stateVersion;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue