diff --git a/modules/programs/mpv.nix b/modules/programs/mpv.nix index a9b6f8d8..2438163c 100644 --- a/modules/programs/mpv.nix +++ b/modules/programs/mpv.nix @@ -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 {