system/programs/fonts: add cjk and extra fonts
This commit is contained in:
parent
25993d2754
commit
a1b577d4ce
1 changed files with 2 additions and 1 deletions
|
@ -2,8 +2,9 @@
|
||||||
fonts = {
|
fonts = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
noto-fonts
|
noto-fonts
|
||||||
|
noto-fonts-cjk
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
intel-one-mono
|
noto-fonts-extra
|
||||||
(nerdfonts.override {fonts = ["IntelOneMono"];})
|
(nerdfonts.override {fonts = ["IntelOneMono"];})
|
||||||
];
|
];
|
||||||
enableDefaultPackages = false;
|
enableDefaultPackages = false;
|
||||||
|
|
Loading…
Reference in a new issue