feat(vicinae): use catppuccin-mocha dark theme in vicinae
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
This commit is contained in:
@@ -12,6 +12,13 @@
|
|||||||
autoStart = true;
|
autoStart = true;
|
||||||
};
|
};
|
||||||
extensions = [];
|
extensions = [];
|
||||||
|
settings = {
|
||||||
|
theme = {
|
||||||
|
dark = {
|
||||||
|
name = "catppuccin-mocha";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
# package = pkgs.vicinae.overrideAttrs (old: {
|
# package = pkgs.vicinae.overrideAttrs (old: {
|
||||||
# patches = [../../patches/vicinae-ctrl-np.patch];
|
# patches = [../../patches/vicinae-ctrl-np.patch];
|
||||||
# });
|
# });
|
||||||
|
|||||||
Reference in New Issue
Block a user