From c0419798a3b116c7ea195326e0d72e7ce6eb5f42 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Fri, 11 Aug 2023 23:52:31 +0200 Subject: [PATCH] feat: add cjk fonts --- hosts/niks/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/niks/configuration.nix b/hosts/niks/configuration.nix index 2e3d8f8..e6585b9 100644 --- a/hosts/niks/configuration.nix +++ b/hosts/niks/configuration.nix @@ -68,6 +68,8 @@ fonts.packages = with pkgs; [ material-design-icons (nerdfonts.override { fonts = [ "JetBrainsMono" ]; }) + noto-fonts-cjk-sans + noto-fonts-cjk-serif ]; users.users.jacek = {