From 632818ed7b420e08731c91473df784cc03e7f49a Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sat, 22 Mar 2025 07:20:29 +0800 Subject: [PATCH] feat(zellij): enable auto attach on login --- users/modules/programs/zellij.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/users/modules/programs/zellij.nix b/users/modules/programs/zellij.nix index 2cb3bb9..8df089c 100644 --- a/users/modules/programs/zellij.nix +++ b/users/modules/programs/zellij.nix @@ -6,4 +6,7 @@ # theme = "stylix"; }; }; -} \ No newline at end of file + home.sessionVariables.ZELLIJ_AUTO_ATTACH = "true"; + home.sessionVariables.ZELLIJ_AUTO_EXIT = "true"; +} +