From 1cec36e736ce9f669244444c60b074d996ee3af9 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Tue, 30 Dec 2025 18:53:49 +0530 Subject: [PATCH] feat(vicinae): use catppuccin-mocha dark theme in vicinae --- home/apps/vicinae.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/home/apps/vicinae.nix b/home/apps/vicinae.nix index 8a3ed285..ede03bb7 100644 --- a/home/apps/vicinae.nix +++ b/home/apps/vicinae.nix @@ -12,6 +12,13 @@ autoStart = true; }; extensions = []; + settings = { + theme = { + dark = { + name = "catppuccin-mocha"; + }; + }; + }; # package = pkgs.vicinae.overrideAttrs (old: { # patches = [../../patches/vicinae-ctrl-np.patch]; # });