From 70286305bc15cd8be79bba4cd7ccfc8f44718869 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Tue, 12 Dec 2023 14:29:06 +0100 Subject: [PATCH] fonts --- modules/graphical/shared.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/graphical/shared.nix b/modules/graphical/shared.nix index 5164800..462f95c 100644 --- a/modules/graphical/shared.nix +++ b/modules/graphical/shared.nix @@ -17,6 +17,9 @@ in fonts.fontDir.enable = true; fonts.packages = with pkgs; [ + nerdfonts + noto-fonts + noto-fonts-emoji noto-fonts-cjk ];