From a4db6466e58ae4e54ab7b5b1f5ef616f38cb9e66 Mon Sep 17 00:00:00 2001 From: janis Date: Tue, 4 Aug 2026 00:28:45 +0200 Subject: [PATCH] ghistty: font size 11 --- home/ghostty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/ghostty.nix b/home/ghostty.nix index f1e7e86..e09002b 100644 --- a/home/ghostty.nix +++ b/home/ghostty.nix @@ -10,7 +10,7 @@ in { enable = true; settings = { font-family = "monospace"; - font-size = 12; + font-size = 11; title-report = true; shell-integration = "zsh"; shell-integration-features = "no-cursor";