From bb29cd599fea5e6b76b1c94715f94168cc199268 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 29 Apr 2024 21:23:04 +0200 Subject: [PATCH] enable catppuccin module in zellij --- home-manager/shared/shell/zellij.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/shared/shell/zellij.nix b/home-manager/shared/shell/zellij.nix index 00829e3..772d1c9 100644 --- a/home-manager/shared/shell/zellij.nix +++ b/home-manager/shared/shell/zellij.nix @@ -4,6 +4,7 @@ # TODO find specific settings for vscode to avoid enable = true; enableZshIntegration = true; + catppuccin.enable = true; }; home.file = {