diff --git a/home-manager/shared/shell/zellij.nix b/home-manager/shared/shell/zellij.nix index b8d9abe..00829e3 100644 --- a/home-manager/shared/shell/zellij.nix +++ b/home-manager/shared/shell/zellij.nix @@ -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; };