services.spotifyd.enable
Whether to enable SpotifyD connect.
Type: boolean
Default:
false
Example:
true
Declared by:
services.spotifyd.package
The spotifyd package to use. Can be used to specify extensions.
Type: package
Default:
pkgs.spotifyd
Example:
(pkgs.spotifyd.override { withKeyring = true; })
Declared by:
services.spotifyd.settings
Configuration for spotifyd
Type: TOML value
Default:
{ }
Example:
{
global = {
device_name = "nix";
password = "foo";
username = "Alex";
};
}
Declared by: