Fix errors so system builds
This commit is contained in:
parent
73142b1bdf
commit
a43df02076
9 changed files with 45 additions and 66 deletions
|
|
@ -4,7 +4,7 @@
|
|||
options = {
|
||||
user.name = lib.mkOption { default = "pan"; };
|
||||
user.timezone = lib.mkOption { default = "America/Los_Angeles"; };
|
||||
font.extraFonts = lib.mkOption { default = []; };
|
||||
system.extraFonts = lib.mkOption { default = []; };
|
||||
};
|
||||
|
||||
config = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue