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

View file

@ -3,9 +3,9 @@
enable = true; enable = true;
package = package =
# if pkgs.stdenv.isDarwin if pkgs.stdenv.isDarwin
# then pkgs.unstable.ghostty-bin then pkgs.unstable.ghostty-bin
pkgs.unstable.ghostty; else pkgs.unstable.ghostty;
settings = { settings = {
theme = "light:Rose Pine Dawn,dark:Rose Pine"; theme = "light:Rose Pine Dawn,dark:Rose Pine";