Document font overriding behaviour
This commit is contained in:
parent
4338bc869e
commit
d20ba9bf9c
1 changed files with 6 additions and 1 deletions
|
|
@ -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.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue