Enable zellij shell integration

This commit is contained in:
Evie Litherland-Smith 2024-01-02 13:45:48 +00:00
parent e21223cddc
commit 2a88412fd4

View file

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