This commit is contained in:
2025-08-04 15:32:54 +02:00
parent 6e381f0b99
commit 3ae535f1b1
7 changed files with 103 additions and 114 deletions

View File

@@ -20,7 +20,8 @@ in
name = "${user}";
home = "/Users/${user}";
isHidden = false;
shell = pkgs.zsh;
shell = pkgs.fish;
ignoreShellProgramCheck = true;
};
homebrew = {