From dfbd9950d697f9b1c9b342960a4872c8e1090c96 Mon Sep 17 00:00:00 2001 From: kenji Date: Sun, 28 Dec 2025 09:24:35 -0600 Subject: [PATCH] feat(ghostty): remove notification for config change --- apps/ghostty/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/ghostty/home.nix b/apps/ghostty/home.nix index 7395397..e4a5723 100644 --- a/apps/ghostty/home.nix +++ b/apps/ghostty/home.nix @@ -18,6 +18,7 @@ settings = { confirm-close-surface = false; + config-file-notification = false; window-padding-x = 15; window-padding-y = 15; window-padding-balance = true;