catppuccin: remove global default since it causes pure eval errors

This commit is contained in:
Christoph Hollizeck 2025-09-27 00:13:08 +02:00
parent b60e3c043a
commit 4aa4c646cc
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

View file

@ -17,12 +17,7 @@ in
};
config = mkIf cfg.enable {
catppuccin.flavor = "mocha";
catppuccin.enable = true;
${namespace}.home.extraOptions = {
catppuccin.flavor = "mocha";
catppuccin.enable = true;
dconf = {
settings."org/gnome/desktop/interface".color-scheme = "prefer-dark";