home(catppuccin): fix gtk theme name again

This commit is contained in:
514fpv 2024-07-13 21:05:28 +08:00
parent 805595513c
commit 37c8ba8912
Signed by: koishi
SSH key fingerprint: SHA256:2jRvFSzG5UeUlQ3WxZ2sbUOfo5wNKzv1fZsk/FexKjQ

View file

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