diff --git a/homes/x86_64-linux/rafiq/desktop/terminal.nix b/homes/x86_64-linux/rafiq/desktop/terminal.nix index 64bd6b8..c4dda90 100644 --- a/homes/x86_64-linux/rafiq/desktop/terminal.nix +++ b/homes/x86_64-linux/rafiq/desktop/terminal.nix @@ -1,5 +1,9 @@ { home.sessionVariables.TERMINAL = "ghostty -e"; - programs.ghostty.enable = true; - programs.ghostty.settings.confirm-close-surface = false; + programs.ghostty = { + enable = true; + settings = { + confirm-close-surface = false; + }; + }; }