fix: fonts.fonts -> fonts.packages
This commit is contained in:
parent
35c7558507
commit
fdac699ae2
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ in
|
|||
time.timeZone = cfg.timezone;
|
||||
|
||||
fonts = {
|
||||
fonts = cfg.fonts.fonts;
|
||||
packages = cfg.fonts.fonts;
|
||||
fontconfig.defaultFonts = mkAliasDefinitions opt.fonts.defaults;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue