MyNixOS website logo
option

services.mpd-discord-rpc.settings

Configuration included in config.toml. For available options see https://github.com/JakeStanger/mpd-discord-rpc#configuration.

Declarations
Type
TOML value
Default
{ }
Example
{
  hosts = [ "localhost:6600" ];
  format = {
    details = "$title";
    state = "On $album by $artist";
  };
}