fix(zellij): disable bash/zsh autolaunch

This commit is contained in:
Khaïs COLIN 2024-08-24 20:31:21 +02:00
parent 3ab3e39968
commit 18bfb3aee5

View file

@ -118,11 +118,7 @@ in {
};
programs.fuzzel.enable = true;
programs.zellij = {
enable = true;
enableZshIntegration = true;
enableBashIntegration = true;
};
programs.zellij.enable = true;
programs.ssh = {
enable = true;