summaryrefslogtreecommitdiffstats
path: root/nixos/modules/config/fonts
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-05-22 14:20:03 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-05-22 14:20:23 +0200
commit58226a7b0600fbb74984f983e4adff42ddb57b68 (patch)
tree24c08b45e9782627c7846c44243b7ff684dec031 /nixos/modules/config/fonts
parentfc70d6f7123c9387853c42cb1391711b3989bd81 (diff)
Add type for fonts.fonts option
Diffstat (limited to 'nixos/modules/config/fonts')
-rw-r--r--nixos/modules/config/fonts/fonts.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/config/fonts/fonts.nix b/nixos/modules/config/fonts/fonts.nix
index ac804bef7fe4..49b1e1d42a3f 100644
--- a/nixos/modules/config/fonts/fonts.nix
+++ b/nixos/modules/config/fonts/fonts.nix
@@ -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 ++