From bd61cb966c8b19854cc96fa628b7d3d462976d63 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Mon, 1 Sep 2025 23:15:05 +0200 Subject: [PATCH] Make ghostty window larger --- modules/ghostty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ghostty.nix b/modules/ghostty.nix index e9fb7fd..d070749 100644 --- a/modules/ghostty.nix +++ b/modules/ghostty.nix @@ -27,7 +27,7 @@ # Window config window-theme = "dark"; - window-width = 150; + window-width = 160; window-height = 40; window-padding-balance = true;