summaryrefslogtreecommitdiff
path: root/modules/core
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core')
-rw-r--r--modules/core/fonts.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/fonts.nix b/modules/core/fonts.nix
index 8a56aa7..44d36b3 100644
--- a/modules/core/fonts.nix
+++ b/modules/core/fonts.nix
@@ -4,7 +4,7 @@
fonts.packages = with pkgs; [
(nerdfonts.override { fonts = [ "UbuntuMono" ]; })
noto-fonts
- noto-fonts-cjk
+ noto-fonts-cjk-sans
noto-fonts-emoji
liberation_ttf
];