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