MyNixOS website logo

Configuration for spotifyd.

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