From 5173e01ee4ced5ff3d48b7740399a68652fffd2d Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Wed, 27 Mar 2024 10:00:59 +0530 Subject: [PATCH] feat(zellij): Do not auto attach zellij --- common/zellij.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/zellij.nix b/common/zellij.nix index 96ac6aa0..b85f1a00 100644 --- a/common/zellij.nix +++ b/common/zellij.nix @@ -4,7 +4,7 @@ ... }: { home.sessionVariables = { - "ZELLIJ_AUTO_ATTACH" = "true"; + # "ZELLIJ_AUTO_ATTACH" = "true"; # "ZELLIJ_AUTO_EXIT" = "true"; }; programs.zellij = let