This commit is contained in:
Charlie Root 2024-07-22 22:46:11 +02:00
commit 46d79f6f18
12 changed files with 151 additions and 57 deletions

View file

@ -17,12 +17,12 @@ in {
enable = true;
spotifyPackage = pkgs.spotify;
#theme = spicePkgs.themes.Onepunch;
colorScheme = "mocha";
#colorScheme = "mocha";
enabledExtensions = with spicePkgs.extensions; [
shuffle
#shuffle
adblock
genre
playlistIcons
#genre
#playlistIcons
];
};
};