From 5b3c4b4ee63f6e17c4391c2dd0d7c84c5ceed2b5 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sat, 24 Aug 2024 01:42:43 -0700 Subject: [PATCH] style(spotify): adjust themes and extensions --- users/youwen/linux/spicetify/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/users/youwen/linux/spicetify/default.nix b/users/youwen/linux/spicetify/default.nix index 2336e7b..ca1dddc 100644 --- a/users/youwen/linux/spicetify/default.nix +++ b/users/youwen/linux/spicetify/default.nix @@ -11,10 +11,14 @@ in { programs.spicetify = { enable = true; - theme = spicepkgs.themes.catppuccin; - colorScheme = "mocha"; + theme = spicepkgs.themes.dribbblish; + colorScheme = "rosepine"; enabledExtensions = with spicepkgs.extensions; [ lastfm + fullAppDisplayMod + ]; + enabledCustomApps = with spicepkgs.apps; [ + lyricsPlus ]; }; }