home configuration shenanigans

This commit is contained in:
Osman Faruk Bayram 2025-09-09 14:20:23 +03:00
parent 2309315a00
commit 6e073687a5
3 changed files with 13 additions and 3 deletions

View file

@ -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;
};
};
}