Spotify config refactor
This commit is contained in:
parent
82ecf9854e
commit
94a767c87b
|
@ -1,10 +1,8 @@
|
|||
{ pkgs, lib, ... }: {
|
||||
programs.spicetify = {
|
||||
programs.spicetify = with pkgs.spicetify-pkgs; {
|
||||
enable = true;
|
||||
|
||||
enabledCustomApps = with pkgs.spicetify-pkgs.apps; [
|
||||
marketplace
|
||||
lyrics-plus
|
||||
];
|
||||
enabledExtensions = with extensions; [ shuffle ];
|
||||
enabledCustomApps = with apps; [ marketplace lyrics-plus ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue