MyNixOS website logo
option

programs.spotify-player.settings

Configuration written to $XDG_CONFIG_HOME/spotify-player/app.toml.

See https://github.com/aome510/spotify-player/blob/master/docs/config.md#general for the full list of options.

Declarations
Type
TOML value
Default
{ }
Example
{
  copy_command = {
    args = [ ];
    command = "wl-copy";
  };
  device = {
    audio_cache = false;
    normalization = false;
  };
  playback_window_position = "Top";
  theme = "default";
}