feat(spotifyd): add spotifyd
This commit is contained in:
parent
0bc109c6a9
commit
873611b155
4 changed files with 21 additions and 2 deletions
13
modules/programs/spotifyd.nix
Normal file
13
modules/programs/spotifyd.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ hostname, ... }:
|
||||
{
|
||||
home-manager.users.rafiq.services.spotifyd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
global = {
|
||||
device_name = "${hostname}";
|
||||
device_type = "computer";
|
||||
zeroconf_port = 5353;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue