fix(zellij): disable bash/zsh autolaunch
This commit is contained in:
parent
3ab3e39968
commit
18bfb3aee5
1 changed files with 1 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue