Option fonts.fonts is now fonts.packages.
This commit is contained in:
parent
11e51284fd
commit
afbab36559
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ mkIf (elem "fonts" config.machine.conffiles) {
|
|||
# ultimate.enable = true;
|
||||
includeUserConf = false;
|
||||
};
|
||||
fonts = with pkgs; [
|
||||
packages = with pkgs; [
|
||||
arphic-ukai
|
||||
arphic-uming
|
||||
crimson
|
||||
|
|
|
@ -167,5 +167,5 @@ in mkIf (elem "emacs::company" config.machine.pkgs) {
|
|||
enable = (elem "emacs::elpy" config.machine.pkgs);
|
||||
};
|
||||
};
|
||||
fonts.fonts = pkgs.emacs-all-the-icons-fonts.all;
|
||||
fonts.packages = pkgs.emacs-all-the-icons-fonts.all;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue