mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53: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 = {
|
programs.spicetify = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enabledCustomApps = builtins.attrValues {
|
enabledCustomApps = builtins.attrValues {
|
||||||
inherit (spicePkgs.apps) lyricsPlus ncsVisualizer marketplace;
|
inherit (spicePkgs.apps) lyricsPlus ncsVisualizer;
|
||||||
};
|
};
|
||||||
enabledExtensions = builtins.attrValues {
|
enabledExtensions = builtins.attrValues {
|
||||||
inherit (spicePkgs.extensions)
|
inherit (spicePkgs.extensions)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue