mpv: fix include example/improve doc

I just learnt about "~~/config.inc" syntax from https://mpv.io/manual/stable/#paths
which is quite nice.
This commit is contained in:
teto 2026-02-16 04:35:03 +01:00 committed by Austin Horstman
parent ae8003d8b6
commit c7d7ba954a

View file

@ -139,11 +139,14 @@ in
default = [ ];
example = literalExpression ''
[
"~/path/to/config.inc";
"~/path/to/conditional.inc";
"~/path/to/config.inc"
"~~/conditional.inc"
]
'';
description = "List of configuration files to include at the end of mpv.conf.";
description = ''
List of configuration files to include at the end of mpv.conf.
Mpv accepts several useful [prefixes](https://mpv.io/manual/stable/#paths).
'';
};
profiles = mkOption {