From 7fc1f4015da49da469bf3395823899d0f66e2309 Mon Sep 17 00:00:00 2001 From: Aditya Date: Sun, 31 Dec 2023 18:30:08 +0530 Subject: [PATCH] add fonts --- configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configuration.nix b/configuration.nix index 9406894..1610b93 100644 --- a/configuration.nix +++ b/configuration.nix @@ -85,6 +85,12 @@ LC_TIME = "en_IN"; }; + fonts.packages = with pkgs; [ + source-han-serif + noto-fonts-emoji + noto-fonts-cjk + ]; + # Enable the X11 windowing system. services.xserver.enable = true;