programs.streamlink.settings
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
- <home-manager/modules/programs/streamlink.nix>