fix(catppuccin): fix gtk theme name again

This commit is contained in:
514fpv 2024-07-13 21:05:28 +08:00
parent f61119c484
commit d05a9ab0c9
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -31,7 +31,7 @@ in {
};
name = mkOption {
type = with types; str;
default = "catppuccin-mocha-pink-compact+default";
default = "catppuccin-mocha-pink-compact";
description = "name of catppuccin gtk theme";
};
};