From 7ee5187cf8a70f61a2de88a9f274577c584c89d1 Mon Sep 17 00:00:00 2001 From: benstrb Date: Sun, 22 Mar 2026 13:38:36 +0100 Subject: [PATCH] non important commit --- home/modules/shells.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }