From e688519d0276e281fcf6dc5864db9eda642f37c4 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Mon, 9 Jun 2025 23:51:12 +0800 Subject: [PATCH] fix(zellij): fix ssh issue --- modules/home/cli/multiplexer/zellij.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/home/cli/multiplexer/zellij.nix b/modules/home/cli/multiplexer/zellij.nix index 0e3f078..61ade89 100644 --- a/modules/home/cli/multiplexer/zellij.nix +++ b/modules/home/cli/multiplexer/zellij.nix @@ -9,8 +9,6 @@ programs.zellij = { enable = true; enableZshIntegration = true; - attachExistingSession = true; - exitShellOnExit = true; settings = { pane_frames = false; show_startup_tips = false;