From 3c2497ad65f8365c33d3b979ba90201327c4c2bc Mon Sep 17 00:00:00 2001 From: FredzyW Date: Sun, 16 Jun 2024 12:35:46 +0200 Subject: [PATCH] Smaller font --- moduler/common/kitty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moduler/common/kitty.nix b/moduler/common/kitty.nix index 2054190..cd95d71 100644 --- a/moduler/common/kitty.nix +++ b/moduler/common/kitty.nix @@ -4,7 +4,7 @@ enable = true; font = if myhostname == "laptop" then { name = "FiraCode Nerd Font Bold"; - size = 18; + size = 17; } else { name = "FiraCode Nerd Font Bold"; size = 16;