spicetify add betterGenres

This commit is contained in:
Gerg-L 2024-05-08 20:25:14 -04:00
parent 789c2083a5
commit dc199d8a04
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI

View file

@ -8,7 +8,7 @@ in
programs.spicetify = { programs.spicetify = {
enable = true; enable = true;
enabledExtensions = builtins.attrValues { enabledExtensions = builtins.attrValues {
inherit (spicePkgs.extensions) adblock hidePodcasts shuffle; inherit (spicePkgs.extensions) adblock hidePodcasts shuffle betterGenres;
}; };
theme = spicePkgs.themes.dribbblish; theme = spicePkgs.themes.dribbblish;
colorScheme = "custom"; colorScheme = "custom";