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 ]; }; }