diff --git a/home/modules/shells.nix b/home/modules/shells.nix index f40185f..554b186 100644 --- a/home/modules/shells.nix +++ b/home/modules/shells.nix @@ -41,7 +41,7 @@ }; extraConfig = '' - if ("ZELLIJ" in $env) { + if ("ZELLIJ" not in $env) { zellij exit }