From e5caa1d8e30d12acedd75c152f75cdb52b854bf2 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Thu, 6 Apr 2023 20:10:41 +0700 Subject: [PATCH] user/spicetify: add some extensions --- modules/user/spicetify.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 ]; };