From f13cf2cee0fbf705ffd321dffb87aa05e90ef5e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Mon, 17 May 2010 14:09:22 +0000 Subject: [PATCH] Adding example for the fonts.extraFonts (thanks roconnor) svn path=/nixos/trunk/; revision=21817 --- modules/config/fonts.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/config/fonts.nix b/modules/config/fonts.nix index 3076f0cbebc0..c94f16992bd8 100644 --- a/modules/config/fonts.nix +++ b/modules/config/fonts.nix @@ -73,8 +73,9 @@ let extraFonts = mkOption { default = []; + example = [ pkgs.dejavu_fonts ]; description = '' - List of additional fonts. + List of packages with additional fonts. ''; };