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"; +} +