diff --git a/modules/user/spicetify.nix b/modules/user/spicetify.nix index ce454ad..0ae777c 100644 --- a/modules/user/spicetify.nix +++ b/modules/user/spicetify.nix @@ -19,10 +19,20 @@ in theme = spicePkgs.themes.Dribbblish; colorScheme = "purple"; + enabledCustomApps = with spicePkgs.apps; [ + lyrics-plus + ]; enabledExtensions = with spicePkgs.extensions; [ fullAppDisplay shuffle # shuffle+ (special characters are sanitized out of ext names) hidePodcasts + + fullAppDisplayMod + skipStats + songStats + history + hidePodcasts + volumePercentage ]; };