From 65a095398e03c4fbceecbd7d1c81ee6b5bf99eb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Tue, 30 Apr 2024 23:58:50 +0200 Subject: [PATCH] feat(zellij): enable zsh auto attach & auto exit --- home/shell/zellij.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/shell/zellij.nix b/home/shell/zellij.nix index adad928..2572405 100644 --- a/home/shell/zellij.nix +++ b/home/shell/zellij.nix @@ -14,4 +14,9 @@ strider.path = "strider"; }; }; + + home.sessionVariables = { + ZELLIJ_AUTO_ATTACH = "true"; + ZELLIJ_AUTO_EXIT = "true"; + }; }