Add type for fonts.fonts option

This commit is contained in:
Eelco Dolstra
2014-05-22 14:20:23 +02:00
parent fc70d6f712
commit 58226a7b06
+1
View File
@@ -10,6 +10,7 @@ with lib;
# TODO: find another name for it.
fonts = mkOption {
type = types.listOf types.path;
example = [ pkgs.dejavu_fonts ];
description = "List of primary font paths.";
apply = list: list ++