feat(vicinae): use catppuccin-mocha dark theme in vicinae
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-12-30 18:53:49 +05:30
parent 5f243fda02
commit 1cec36e736

View File

@@ -12,6 +12,13 @@
autoStart = true;
};
extensions = [];
settings = {
theme = {
dark = {
name = "catppuccin-mocha";
};
};
};
# package = pkgs.vicinae.overrideAttrs (old: {
# patches = [../../patches/vicinae-ctrl-np.patch];
# });