fixup macos stuff

This commit is contained in:
Tyler Mayoff 2025-10-08 08:25:37 -04:00
parent 792f83d72e
commit aab015680d
No known key found for this signature in database
GPG key ID: FAE8714D991290A9
2 changed files with 6 additions and 5 deletions

View file

@ -96,7 +96,7 @@ in {
"unzip"
"xz"
"llvm"
"llvm@20"
];
casks = [
@ -119,7 +119,8 @@ in {
};
programs.fish.enable = true;
programs.zsh.enable = true;
programs.zsh.enable = false;
programs.bash.enable = false;
system.stateVersion = 5;
}