feat(spotifyd): Enable spotifyd module to play music in background
This commit is contained in:
parent
d9aecce780
commit
3fba87b4b1
8 changed files with 101 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ in
|
|||
./helix.nix
|
||||
./cliphist.nix
|
||||
./zulip.nix
|
||||
./spotifyd.nix
|
||||
|
||||
# Nur
|
||||
./nur.nix
|
||||
|
|
|
|||
8
overlays/modifications/spotifyd.nix
Normal file
8
overlays/modifications/spotifyd.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ outputs, ... }:
|
||||
_final: prev:
|
||||
let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in
|
||||
{
|
||||
spotifyd = outputs.packages."${system}".spotifyd;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue