services.spotifyd.settings

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

Type
TOML value
Default
{ }
Example
{
  global = {
    bitrate = 320;
  };
}
Declared
<nixpkgs/nixos/modules/services/audio/spotifyd.nix>