cleanup
This commit is contained in:
parent
e0bd78a9ff
commit
ea816d5ef5
12 changed files with 151 additions and 57 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue