From aab015680d2b6e26709ec665aecbfba0023b4707 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Wed, 8 Oct 2025 08:25:37 -0400 Subject: [PATCH] fixup macos stuff --- dot_config/flake/machines/hinge/darwin.nix | 5 +++-- dot_config/flake/modules/home/ghostty.nix | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) 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";