mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
spicetify, don't use alias
This commit is contained in:
parent
5733074d10
commit
0ccb0cb1b9
1 changed files with 2 additions and 3 deletions
|
|
@ -10,11 +10,10 @@ in
|
||||||
enabledCustomApps = builtins.attrValues { inherit (spicePkgs.apps) lyricsPlus ncsVisualizer; };
|
enabledCustomApps = builtins.attrValues { inherit (spicePkgs.apps) lyricsPlus ncsVisualizer; };
|
||||||
enabledExtensions = builtins.attrValues {
|
enabledExtensions = builtins.attrValues {
|
||||||
inherit (spicePkgs.extensions)
|
inherit (spicePkgs.extensions)
|
||||||
adblock
|
adblockify
|
||||||
hidePodcasts
|
hidePodcasts
|
||||||
shuffle
|
shuffle
|
||||||
#betterGenres broken
|
betterGenres
|
||||||
|
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
theme = spicePkgs.themes.dribbblish;
|
theme = spicePkgs.themes.dribbblish;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue