Add Zellij everywhere, but don't automatically use

This commit is contained in:
Gene Liverman 2025-08-19 08:47:54 -04:00
parent f38cd3f10b
commit eac4008326
Signed by: genebean
SSH key fingerprint: SHA256:ZjLMZwtU49BWDoI2hgsA0/Q6XT4+S0kcKFWW1EJBicI
3 changed files with 27 additions and 25 deletions

View file

@ -256,6 +256,10 @@ in {
let g:airline_powerline_fonts = 1
'';
};
zellij = {
enable = true;
enableZshIntegration = false;
};
zsh = {
enable = true;
enableCompletion = true;