From 4a6b760880606c0f8781cf0fe98f1c7a29ddc3d9 Mon Sep 17 00:00:00 2001 From: Muhammad Faizud Daroin Date: Sat, 11 Jan 2025 21:33:38 +0700 Subject: [PATCH] fix: fonts --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index bb6fe52..e1f5e6c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -278,11 +278,14 @@ fonts.packages = with pkgs; [ noto-fonts noto-fonts-cjk-sans + noto-fonts-cjk-serif + noto-fonts-emoji noto-fonts-extra cantarell-fonts inter (nerdfonts.override { fonts = [ "Iosevka" "FiraCode" ]; }) ]; + fonts.fontDir.enable = true; # Some programs need SUID wrappers, can be configured further or are # started in user sessions.