From 165c24b44da11eaef4f1a1e0f070938943676abc Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 29 Apr 2024 20:37:48 +0200 Subject: [PATCH] Enable zellij --- home-manager/shared/shell/zellij.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };