mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
spicetify: add customApp
This commit is contained in:
parent
9516683071
commit
e78f34dade
2 changed files with 4 additions and 3 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -492,11 +492,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1715487076,
|
||||
"narHash": "sha256-8coMsMvb2Trr5STE8M+8RZ+GOT84GmQsNLYDTR2ZyLM=",
|
||||
"lastModified": 1715520674,
|
||||
"narHash": "sha256-36/AcYAA5LUAEktHxMihibSd56mA4/RPI/0/9KW/9Bo=",
|
||||
"owner": "Gerg-L",
|
||||
"repo": "spicetify-nix",
|
||||
"rev": "7209e26a09ad72eccede49546409c9295555d59c",
|
||||
"rev": "d1e42a5298bcac22bfb8dcea33816025aea84114",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ in
|
|||
local.allowedUnfree = [ "spotify" ];
|
||||
programs.spicetify = {
|
||||
enable = true;
|
||||
enabledCustomApps = builtins.attrValues { inherit (spicePkgs.apps) lyricsPlus; };
|
||||
enabledExtensions = builtins.attrValues {
|
||||
inherit (spicePkgs.extensions)
|
||||
adblock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue