feat(shell): disable zellij auto attach

This commit is contained in:
Felix Schröter 2024-05-26 12:59:49 +02:00
parent 66d7f5a3e2
commit 09c6de86dc
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -15,8 +15,5 @@
};
};
home.sessionVariables = {
ZELLIJ_AUTO_ATTACH = "true";
ZELLIJ_AUTO_EXIT = "true";
};
home.sessionVariables = { ZELLIJ_AUTO_EXIT = "true"; };
}