darwin build

This commit is contained in:
Noah Masur
2025-03-16 15:12:07 -04:00
parent 98356634cd
commit e0588878b1
10 changed files with 33 additions and 33 deletions

View File

@ -16,7 +16,7 @@ in
config = lib.mkIf cfg.enable {
users.users."${username}" = {
# macOS user
home = config.home-manager.users.${username}.home.homeDirectory;
home = "/Users/${username}";
uid = 502;
# shell = pkgs.fish; # Default shell
};