MyNixOS website logo
option

services.spotifyd.settings

Configuration for Spotifyd. For syntax and directives, see https://docs.spotifyd.rs/configuration/index.html#config-file.

Declarations
Type
TOML value
Default
{ }
Example
{
  global = {
    bitrate = 320;
  };
}