system/programs/fonts: change noto-fonts-cjk to sans variant
This commit is contained in:
parent
7bf11e55b6
commit
88e2b06ae4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
fonts = {
|
fonts = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk
|
noto-fonts-cjk-sans
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
noto-fonts-extra
|
noto-fonts-extra
|
||||||
(nerdfonts.override {fonts = ["IntelOneMono"];})
|
(nerdfonts.override {fonts = ["IntelOneMono"];})
|
||||||
|
|
Loading…
Reference in a new issue