MyNixOS website logo
option

services.spotifyd.settings

Configuration for Spotifyd. For syntax and directives, see https://docs.spotifyd.rs/config/File.html.

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