feat(zellij): make zellij autoattach andexit
This commit is contained in:
parent
28021098dd
commit
650c78c74a
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
||||||
programs.zellij = {
|
programs.zellij = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
|
attachExistingSession = true;
|
||||||
|
exitShellOnExit = true;
|
||||||
settings = {
|
settings = {
|
||||||
pane_frames = false;
|
pane_frames = false;
|
||||||
show_startup_tips = false;
|
show_startup_tips = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue