services.spotifyd.settings

NixOS option

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 in: nixos/modules/services/audio/spotifyd.nixView source on NixOS/nixpkgs →