fix(zellij): enable zsh integration

This commit is contained in:
Mohammad Rafiq 2025-05-20 17:53:05 +08:00
parent 571801ad3b
commit e4d77010ea
No known key found for this signature in database

View file

@ -4,6 +4,7 @@
home.sessionVariables.MULTIPLEXER = "zellij";
programs.zellij = {
enable = true;
enableZshIntegration = true;
attachExistingSession = true;
exitShellOnExit = true;
settings = {