feat(spotifyd): get credentials from librespot-auth

This commit is contained in:
matt1432 2024-09-18 19:27:16 -04:00
parent 2d97a15541
commit 292b1ef0fa
6 changed files with 2341 additions and 5 deletions
packages

View file

@ -14,6 +14,8 @@
inherit (inputs) libratbag-src;
};
librespot-auth = pkgs.callPackage ./librespot-auth {};
pam-fprint-grosshack = pkgs.callPackage ./pam-fprint-grosshack {
inherit (inputs) pam-fprint-grosshack-src;
};