services.spotifyd.settings
NixOS option
Configuration for Spotifyd. For syntax and directives, see https://docs.spotifyd.rs/configuration/index.html#config-file.
type: TOML valueDefault
{ }Example
declared in: nixos/modules/services/audio/spotifyd.nixView source on NixOS/nixpkgs →{
global = {
bitrate = 320;
};
}