programs.streamlink.settings

Home-Manager option

Global configuration options for streamlink. It will be written to $XDG_CONFIG_HOME/streamlink/config (linux) or Library/Application Support/streamlink/config (darwin).

type: attribute set of (boolean or signed integer or floating point number or string or list of (signed integer or floating point number or string))
Default
{ }
Example
{ player = "${pkgs.mpv}/bin/mpv"; player-args = "--cache 2048"; player-no-close = true; }
declared in: <home-manager/modules/programs/streamlink.nix>source unavailable