Adding example for the fonts.extraFonts

(thanks roconnor)


svn path=/nixos/trunk/; revision=21817
This commit is contained in:
Lluís Batlle i Rossell 2010-05-17 14:09:22 +00:00
parent b15e575961
commit f13cf2cee0

View File

@ -73,8 +73,9 @@ let
extraFonts = mkOption {
default = [];
example = [ pkgs.dejavu_fonts ];
description = ''
List of additional fonts.
List of packages with additional fonts.
'';
};