changes
This commit is contained in:
commit
92691d7506
40 changed files with 2011 additions and 0 deletions
10
moduler/common/spotifyd.nix
Normal file
10
moduler/common/spotifyd.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, lib, myhostname, ... }:
|
||||
{
|
||||
services.spotifyd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
username = "fredzyw";
|
||||
device_name = myhostname;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue