fixed spicetify for real for real :3

This commit is contained in:
2025-01-25 00:10:39 -05:00
parent 9e51e731e2
commit 6672ed061a
3 changed files with 11 additions and 109 deletions

View File

@@ -8,11 +8,19 @@
{
enable = true;
enabledExtensions = with spicePkgs.extensions; [
adblock
fullAlbumDate
goToSong
listPlaylistsWithSong
playlistIntersection
skipStats
phraseToPlaylist
showQueueDuration
betterGenres
playNext
hidePodcasts
shuffle # shuffle+ (special characters are sanitized out of extension names)
];
theme = spicePkgs.themes.catppuccin;
colorScheme = "mocha";
theme = spicePkgs.themes.comfy;
colorScheme = "hikari";
};
}