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:
parent
ae8003d8b6
commit
c7d7ba954a
1 changed files with 6 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue