Spotifyd
services.spotifyd.config
(Deprecated) Configuration for Spotifyd. For syntax and directives, see https://docs.spotifyd.rs/config/File.html.
Type: strings concatenated with "\n"
Default
""
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/audio/spotifyd.nix
services.spotifyd.enable
Whether to enable spotifyd, a Spotify playing daemon.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/audio/spotifyd.nix
services.spotifyd.settings
Configuration for Spotifyd. For syntax and directives, see https://docs.spotifyd.rs/config/File.html.
Type: TOML value
Default
{ }
Example
{global = {bitrate = 320;};}
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/audio/spotifyd.nix