style(spotify): adjust themes and extensions

This commit is contained in:
Youwen Wu 2024-08-24 01:42:43 -07:00
parent dc86e970e7
commit 5b3c4b4ee6
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -11,10 +11,14 @@ in {
programs.spicetify = { programs.spicetify = {
enable = true; enable = true;
theme = spicepkgs.themes.catppuccin; theme = spicepkgs.themes.dribbblish;
colorScheme = "mocha"; colorScheme = "rosepine";
enabledExtensions = with spicepkgs.extensions; [ enabledExtensions = with spicepkgs.extensions; [
lastfm lastfm
fullAppDisplayMod
];
enabledCustomApps = with spicepkgs.apps; [
lyricsPlus
]; ];
}; };
} }