summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ++