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