From 650c78c74a7ef54adf75daa2f0054f13de340956 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Thu, 29 May 2025 23:01:53 +0800 Subject: [PATCH] feat(zellij): make zellij autoattach andexit --- modules/home/cli/multiplexer/zellij.nix | 2 ++ 1 file changed, 2 insertions(+) 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;