fix(catppuccin): fix gtk theme name again
This commit is contained in:
parent
f61119c484
commit
d05a9ab0c9
|
@ -31,7 +31,7 @@ in {
|
||||||
};
|
};
|
||||||
name = mkOption {
|
name = mkOption {
|
||||||
type = with types; str;
|
type = with types; str;
|
||||||
default = "catppuccin-mocha-pink-compact+default";
|
default = "catppuccin-mocha-pink-compact";
|
||||||
description = "name of catppuccin gtk theme";
|
description = "name of catppuccin gtk theme";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue