MyNixOS website logo

Configuration for spotifyd.

Declarations
Type
TOML value
Default
{ }
Example
{
  global = {
    username = "Alex";
    password = "foo";
    device_name = "nix";
  };
}