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
{
  theme = "default";
  playback_window_position = "Top";
  copy_command = {
    command = "wl-copy";
    args = [];
  };
  device = {
    audio_cache = false;
    normalization = false;
  };
}