mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Adding example for the fonts.extraFonts
(thanks roconnor) svn path=/nixos/trunk/; revision=21817
This commit is contained in:
parent
b15e575961
commit
f13cf2cee0
@ -73,8 +73,9 @@ let
|
|||||||
|
|
||||||
extraFonts = mkOption {
|
extraFonts = mkOption {
|
||||||
default = [];
|
default = [];
|
||||||
|
example = [ pkgs.dejavu_fonts ];
|
||||||
description = ''
|
description = ''
|
||||||
List of additional fonts.
|
List of packages with additional fonts.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user