diff --git a/home/shell/zellij.nix b/home/shell/zellij.nix index 2572405..936878f 100644 --- a/home/shell/zellij.nix +++ b/home/shell/zellij.nix @@ -15,8 +15,5 @@ }; }; - home.sessionVariables = { - ZELLIJ_AUTO_ATTACH = "true"; - ZELLIJ_AUTO_EXIT = "true"; - }; + home.sessionVariables = { ZELLIJ_AUTO_EXIT = "true"; }; }