From 09c6de86dc77f48cd708882262ae29d27032cfb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Sun, 26 May 2024 12:59:49 +0200 Subject: [PATCH] feat(shell): disable zellij auto attach --- home/shell/zellij.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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"; }; }