home/stylix: Use Catppuccin Mocha colour theme

This commit is contained in:
Mikael 2024-09-24 13:24:46 +02:00
parent 1f1dff1b1b
commit ec1e52be6e
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -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";
};
}