Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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: