feat(zellij): make zellij autoattach andexit

This commit is contained in:
Mohammad Rafiq 2025-05-29 23:01:53 +08:00
parent 28021098dd
commit 650c78c74a
No known key found for this signature in database

View file

@ -9,6 +9,8 @@
programs.zellij = {
enable = true;
enableZshIntegration = true;
attachExistingSession = true;
exitShellOnExit = true;
settings = {
pane_frames = false;
show_startup_tips = false;