From 38a36bb3d7df8a025c020e73ba81022173d4547c Mon Sep 17 00:00:00 2001 From: Dennis Date: Mon, 15 Dec 2025 09:49:49 +0100 Subject: [PATCH] updates work fish config --- modules/ghostty/default.nix | 1 + modules/ghostty/linux.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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";