From d030d7bca912987ee22c3684ce4dfb2d4134773f Mon Sep 17 00:00:00 2001 From: Dennis Date: Thu, 4 Dec 2025 19:09:53 +0100 Subject: [PATCH] increases ghostty font size --- modules/ghostty/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ghostty/default.nix b/modules/ghostty/default.nix index 08345e9..3a4f608 100644 --- a/modules/ghostty/default.nix +++ b/modules/ghostty/default.nix @@ -4,7 +4,7 @@ enableFishIntegration = true; package = null; settings = { - font-size = 15; + font-size = 16; font-family = "Victor Mono"; font-style = "SemiBold"; background-opacity = 0.945;