mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
remove marketplace from spicetify
This commit is contained in:
parent
a78d6e45e8
commit
51b5bba99d
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ in
|
|||
programs.spicetify = {
|
||||
enable = true;
|
||||
enabledCustomApps = builtins.attrValues {
|
||||
inherit (spicePkgs.apps) lyricsPlus ncsVisualizer marketplace;
|
||||
inherit (spicePkgs.apps) lyricsPlus ncsVisualizer;
|
||||
};
|
||||
enabledExtensions = builtins.attrValues {
|
||||
inherit (spicePkgs.extensions)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue