diff --git a/modules/home/ghostty.nix b/modules/home/ghostty.nix index 534450d..3f2966a 100644 --- a/modules/home/ghostty.nix +++ b/modules/home/ghostty.nix @@ -9,7 +9,8 @@ in enable = true; package = lib.mkForce ghosttyStub; - enableZshIntegration = true; + enableZshIntegration = false; + enableBashIntegration = false; settings = { theme = "Catppuccin Macchiato";