From b2572a7229bd728b21c0d9dddad8459e18d1275f Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Thu, 11 Dec 2025 23:34:02 +0100 Subject: [PATCH] smaller font size on linux --- modules/ghostty/linux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ghostty/linux.nix b/modules/ghostty/linux.nix index 42b1265..02529ec 100644 --- a/modules/ghostty/linux.nix +++ b/modules/ghostty/linux.nix @@ -3,7 +3,7 @@ enable = true; enableFishIntegration = true; settings = { - font-size = 18; + font-size = 14; font-family = "VictorMono Nerd Font"; font-style = "SemiBold"; background-opacity = 0.945;