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 = {
|
fonts = {
|
||||||
enableDefaultFonts = false;
|
enableDefaultPackages = false;
|
||||||
fonts = with pkgs; [
|
packages = with pkgs; [
|
||||||
noto-fonts-cjk
|
noto-fonts-cjk
|
||||||
noto-fonts
|
noto-fonts
|
||||||
(nerdfonts.override { fonts = [ "FiraCode" ]; }) # required for icons
|
(nerdfonts.override { fonts = [ "FiraCode" ]; }) # required for icons
|
||||||
|
|
Loading…
Add table
Reference in a new issue