add spotifyd

This commit is contained in:
Sean Kovacs 2025-12-01 15:59:05 -05:00
commit 1cc7f07dbe
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 108 additions and 0 deletions

View file

@ -24,5 +24,7 @@ final: prev: {
inherit helium-widevine;
};
spotifyd = prev.callPackage (builtins.path { path = ./spotifyd/package.nix; }) { };
widevine-firefox = prev.callPackage (builtins.path { path = ./widevine-firefox/package.nix; }) { };
}