fix(zellij): enable zsh integration
This commit is contained in:
parent
571801ad3b
commit
e4d77010ea
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
home.sessionVariables.MULTIPLEXER = "zellij";
|
home.sessionVariables.MULTIPLEXER = "zellij";
|
||||||
programs.zellij = {
|
programs.zellij = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
attachExistingSession = true;
|
attachExistingSession = true;
|
||||||
exitShellOnExit = true;
|
exitShellOnExit = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue