some deletions
This commit is contained in:
parent
da16d2af27
commit
514fae59a0
15 changed files with 5 additions and 8 deletions
|
@ -9,7 +9,8 @@ in {
|
|||
options.modules.system.fonts = {
|
||||
# This defines extra fonts to be installed on the system.
|
||||
extraFonts = mkOption {
|
||||
type = nullOr (listOf package);
|
||||
type = listOf package;
|
||||
default = [];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue