From 0e503b0b53864fb96eb16fa0ded86cf9f83a3ca1 Mon Sep 17 00:00:00 2001 From: rycee Date: Mon, 29 Apr 2024 20:59:12 +0000 Subject: [PATCH] deploy: b8d81ef15ed8ec4c72ffc610279d39aa0c4ccbf0 --- options.xhtml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/options.xhtml b/options.xhtml index a917e258a..46ed11b6a 100644 --- a/options.xhtml +++ b/options.xhtml @@ -32028,6 +32028,38 @@ list of string

] +

Declared by:

+ + +
+ +<home-manager/modules/programs/mpv.nix> + +
+ +
+ + programs.mpv.extraInput + + +
+
+

Additional lines that are appended to $XDG_CONFIG_HOME/mpv/input.conf. +See mpv(1) for the full list of options.

+ +

Type: +strings concatenated with ā€œ\nā€

+ +

Default: +""

+ +

Example:

''
+  esc         quit                        #! Quit
+  #           script-binding uosc/video   #! Video tracks
+  # additional comments
+''
+
+

Declared by: