Adding example for the fonts.extraFonts
(thanks roconnor) svn path=/nixos/trunk/; revision=21817
This commit is contained in:
parent
b15e575961
commit
f13cf2cee0
1 changed files with 2 additions and 1 deletions
|
@ -73,8 +73,9 @@ let
|
|||
|
||||
extraFonts = mkOption {
|
||||
default = [];
|
||||
example = [ pkgs.dejavu_fonts ];
|
||||
description = ''
|
||||
List of additional fonts.
|
||||
List of packages with additional fonts.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue