diff --git a/hosts/gerg-desktop/spicetify.nix b/hosts/gerg-desktop/spicetify.nix index c85e2a9..3ff5c8f 100644 --- a/hosts/gerg-desktop/spicetify.nix +++ b/hosts/gerg-desktop/spicetify.nix @@ -8,7 +8,7 @@ in programs.spicetify = { enable = true; enabledExtensions = builtins.attrValues { - inherit (spicePkgs.extensions) adblock hidePodcasts shuffle; + inherit (spicePkgs.extensions) adblock hidePodcasts shuffle betterGenres; }; theme = spicePkgs.themes.dribbblish; colorScheme = "custom";