From 27cae711e77c6cae384bd83100ff297d82466154 Mon Sep 17 00:00:00 2001 From: SandaruKasa Date: Tue, 19 May 2026 01:04:54 +0300 Subject: [PATCH] nixos/fonts: add Noto CJK to default fonts --- nixos/modules/config/fonts/packages.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/modules/config/fonts/packages.nix b/nixos/modules/config/fonts/packages.nix index 0e4bf4a886a1..aca8a1af3ffc 100644 --- a/nixos/modules/config/fonts/packages.nix +++ b/nixos/modules/config/fonts/packages.nix @@ -47,6 +47,8 @@ in gyre-fonts # TrueType substitutes for standard PostScript fonts liberation_ttf unifont + noto-fonts-cjk-sans + noto-fonts-cjk-serif noto-fonts-color-emoji ] );