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.
|
# TODO: find another name for it.
|
||||||
fonts = mkOption {
|
fonts = mkOption {
|
||||||
|
type = types.listOf types.path;
|
||||||
example = [ pkgs.dejavu_fonts ];
|
example = [ pkgs.dejavu_fonts ];
|
||||||
description = "List of primary font paths.";
|
description = "List of primary font paths.";
|
||||||
apply = list: list ++
|
apply = list: list ++
|
||||||
|
|
Loading…
Reference in New Issue