mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
idk it's funny
This commit is contained in:
parent
22de7361dd
commit
4f8c86858a
32 changed files with 127 additions and 79 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ spicetify-nix, ... }:
|
||||
{ spicetify-nix, _file }:
|
||||
let
|
||||
spicePkgs = spicetify-nix.legacyPackages;
|
||||
in
|
||||
|
|
@ -7,7 +7,9 @@ in
|
|||
local.allowedUnfree = [ "spotify" ];
|
||||
programs.spicetify = {
|
||||
enable = true;
|
||||
enabledCustomApps = builtins.attrValues { inherit (spicePkgs.apps) lyricsPlus; };
|
||||
enabledCustomApps = builtins.attrValues {
|
||||
inherit (spicePkgs.apps) lyricsPlus ncsVisualizer marketplace;
|
||||
};
|
||||
enabledExtensions = builtins.attrValues {
|
||||
inherit (spicePkgs.extensions)
|
||||
adblock
|
||||
|
|
@ -37,5 +39,5 @@ in
|
|||
misc = "282a36";
|
||||
};
|
||||
};
|
||||
#_file
|
||||
inherit _file;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue