diff --git a/modules/ghostty/default.nix b/modules/ghostty/default.nix index 85eb16d..7291021 100644 --- a/modules/ghostty/default.nix +++ b/modules/ghostty/default.nix @@ -2,6 +2,7 @@ programs.ghostty = { enable = true; enableFishIntegration = true; + package = null; settings = { font-size = 18; font-family = "Victor Mono"; diff --git a/modules/ghostty/linux.nix b/modules/ghostty/linux.nix index e328a6a..02529ec 100644 --- a/modules/ghostty/linux.nix +++ b/modules/ghostty/linux.nix @@ -2,7 +2,6 @@ programs.ghostty = { enable = true; enableFishIntegration = true; - package = null; settings = { font-size = 14; font-family = "VictorMono Nerd Font";