From 267766c400af7561a85433ca0f80b7912902a792 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:15:58 +1000 Subject: [PATCH] nix: added noto-sans-cjk font for chinese and japanese characters --- modules/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hyprland.nix b/modules/hyprland.nix index 5224eaf..0302d94 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -24,6 +24,7 @@ fontDir.enable = true; # fixes some programs packages = with pkgs; [ noto-fonts # most langs and emojis + noto-fonts-cjk-sans # gets japanese and chinese langs nerdfonts # programming fonts corefonts # basic web fonts ];