services.spotifyd.settings

Configuration for spotifyd

Type
TOML value
Default
{ }
Example
{
  global = {
    username = "Alex";
    password = "foo";
    device_name = "nix";
  };
}
Declared
<home-manager/modules/services/spotifyd.nix>