diff --git a/dot_config/flake/machines/hinge/darwin.nix b/dot_config/flake/machines/hinge/darwin.nix index 1308e58..a960eed 100644 --- a/dot_config/flake/machines/hinge/darwin.nix +++ b/dot_config/flake/machines/hinge/darwin.nix @@ -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; } diff --git a/dot_config/flake/modules/home/ghostty.nix b/dot_config/flake/modules/home/ghostty.nix index 70ef98b..1588c95 100644 --- a/dot_config/flake/modules/home/ghostty.nix +++ b/dot_config/flake/modules/home/ghostty.nix @@ -3,9 +3,9 @@ enable = true; package = - # if pkgs.stdenv.isDarwin - # then pkgs.unstable.ghostty-bin - pkgs.unstable.ghostty; + if pkgs.stdenv.isDarwin + then pkgs.unstable.ghostty-bin + else pkgs.unstable.ghostty; settings = { theme = "light:Rose Pine Dawn,dark:Rose Pine";