From e5a6cc962607ad20e3c92231a3ce253b99b12c79 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Fri, 4 Jul 2025 21:15:36 +0800 Subject: [PATCH] fix(homes/rafiq): use bare ghostty instead of -e --- homes/x86_64-linux/rafiq/desktop/terminal.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homes/x86_64-linux/rafiq/desktop/terminal.nix b/homes/x86_64-linux/rafiq/desktop/terminal.nix index c4dda90..8d0b3a1 100644 --- a/homes/x86_64-linux/rafiq/desktop/terminal.nix +++ b/homes/x86_64-linux/rafiq/desktop/terminal.nix @@ -1,5 +1,5 @@ { - home.sessionVariables.TERMINAL = "ghostty -e"; + home.sessionVariables.TERMINAL = "ghostty"; programs.ghostty = { enable = true; settings = {