home/stylix: Use Catppuccin Mocha colour theme
This commit is contained in:
parent
1f1dff1b1b
commit
ec1e52be6e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ ... }: { config, lib, pkgs, ... }: {
|
||||
stylix = {
|
||||
enable = true;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-macchiato.yaml";
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
|
||||
image = config.lib.stylix.pixel "base00";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue