more updates

This commit is contained in:
Noah Masur
2025-02-05 17:25:29 -05:00
parent bb1a36330b
commit 620c72f731
23 changed files with 423 additions and 280 deletions

View File

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