Enable zellij

This commit is contained in:
Lillian Violet 2024-04-29 20:37:48 +02:00
parent 17c818b7d8
commit 165c24b44d

View file

@ -2,7 +2,7 @@
programs.zellij = {
# This autostarts zellij on zsh start
# TODO find specific settings for vscode to avoid
#enable = true;
enable = true;
enableZshIntegration = true;
};