diff --git a/options.xhtml b/options.xhtml index d68b4ceda..4d77d7320 100644 --- a/options.xhtml +++ b/options.xhtml @@ -36875,6 +36875,37 @@ strings concatenated with ā€œ\nā€

'' +

Declared by:

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

List of configuration files to include at the end of mpv.conf.

+ +

Type: +list of string

+ +

Default: +[ ]

+ +

Example:

[
+  "~/path/to/config.inc";
+  "~/path/to/conditional.inc";
+]
+
+
+

Declared by: