programs.spotify-player.actions
Home-Manager option
Configuration written to the actions field of $XDG_CONFIG_HOME/spotify-player/keymap.toml. See https://github.com/aome510/spotify-player/blob/master/docs/config.md#actions for the full list of options.
type: list of (TOML value)Default
[ ]
Example
declared in: <home-manager/modules/programs/spotify-player.nix>source unavailable[ { action = "GoToArtist"; key_sequence = "g A"; } { action = "GoToAlbum"; key_sequence = "g B"; target = "PlayingTrack"; } { action = "ToggleLiked"; key_sequence = "C-l"; } ]