desktop: update outdated font property names
This commit is contained in:
parent
0efadb66eb
commit
4fbaf835e4
1 changed files with 2 additions and 2 deletions
|
@ -77,8 +77,8 @@ in
|
|||
};
|
||||
|
||||
fonts = {
|
||||
enableDefaultFonts = false;
|
||||
fonts = with pkgs; [
|
||||
enableDefaultPackages = false;
|
||||
packages = with pkgs; [
|
||||
noto-fonts-cjk
|
||||
noto-fonts
|
||||
(nerdfonts.override { fonts = [ "FiraCode" ]; }) # required for icons
|
||||
|
|
Loading…
Add table
Reference in a new issue