Add type for fonts.fonts option
This commit is contained in:
parent
fc70d6f712
commit
58226a7b06
@ -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 ++
|
||||
|
Loading…
Reference in New Issue
Block a user