diff --git a/modules/home/cli/multiplexer/zellij.nix b/modules/home/cli/multiplexer/zellij.nix index 61ade89..0e3f078 100644 --- a/modules/home/cli/multiplexer/zellij.nix +++ b/modules/home/cli/multiplexer/zellij.nix @@ -9,6 +9,8 @@ programs.zellij = { enable = true; enableZshIntegration = true; + attachExistingSession = true; + exitShellOnExit = true; settings = { pane_frames = false; show_startup_tips = false;