about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/common/desktop/fonts.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/hosts/common/desktop/fonts.nix b/hosts/common/desktop/fonts.nix
index a840582..1148f2d 100644
--- a/hosts/common/desktop/fonts.nix
+++ b/hosts/common/desktop/fonts.nix
@@ -2,10 +2,17 @@
 
 {
   fonts = {
+    enableFontDir = true;
+    enableDefaultFonts = true;
     fontconfig.enable = true;
+    fontconfig.ultimate.enable = true;
     fonts = with pkgs; [
-      noto-fonts-emoji
       dejavu_fonts
+      noto-fonts
+      noto-fonts-cjk # Chinese, Japanese, Korean
+      noto-fonts-emoji
+      noto-fonts-emoji
+      noto-fonts-extra
       source-code-pro
       source-sans-pro
       source-serif-pro