Document font overriding behaviour

This commit is contained in:
David Baynard 2023-06-01 22:16:57 +01:00 committed by David Baynard
parent 4338bc869e
commit d20ba9bf9c

View file

@ -26,7 +26,12 @@ in
type = types.listOf types.path;
default = [ ];
example = literalExpression "[ pkgs.dejavu_fonts ]";
description = "List of fonts to install.";
description = ''
List of fonts to install.
Fonts present in later entries override those with the same filenames
in previous ones.
'';
};
};