From 22aa0c4f2c2c4367d5d504f81a0d3882b792fe3d Mon Sep 17 00:00:00 2001 From: tux Date: Tue, 10 Jun 2025 16:26:59 +0530 Subject: [PATCH] feat(ghostty): disable confirmation dialog on close --- modules/home/ghostty/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/ghostty/default.nix b/modules/home/ghostty/default.nix index c0e54cb..43fe0eb 100644 --- a/modules/home/ghostty/default.nix +++ b/modules/home/ghostty/default.nix @@ -2,6 +2,7 @@ home.file = { ".config/ghostty/config" = { text = '' + confirm-close-surface = false gtk-titlebar = false window-padding-x = 10 window-padding-y = 10