programs.spotify-player.settings

Home-Manager option

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.

type: TOML value
Default
{ }
Example
{ theme = "default"; playback_window_position = "Top"; copy_command = { command = "wl-copy"; args = []; }; device = { audio_cache = false; normalization = false; }; }
declared in: <home-manager/modules/programs/spotify-player.nix>source unavailable