Disable zellij shell integration

This commit is contained in:
Evie Litherland-Smith 2024-01-03 18:53:00 +00:00
parent ffba18c5d7
commit a59f7a1563

View file

@ -269,11 +269,7 @@
};
};
};
zellij = {
enable = true;
enableBashIntegration = true;
enableZshIntegration = true;
};
zellij = { enable = true; };
zsh = {
enable = true;
enableAutosuggestions = true;