Update spotify config handling

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-08-30 12:06:25 +03:00
parent 0c2dee2ecb
commit 92b61345d5
10 changed files with 44 additions and 77 deletions

6
lib/default.nix Normal file
View File

@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
lib = {
runtime = pkgs.callPackage ./runtime { };
};
}