From d11df9e3f99a92d245a9cb7f130de02d7ab0140a Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Wed, 17 Apr 2024 20:53:16 +0200 Subject: [PATCH] enable fonts --- modules/graphical/shared.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/graphical/shared.nix b/modules/graphical/shared.nix index 6355b1c..adeebd3 100644 --- a/modules/graphical/shared.nix +++ b/modules/graphical/shared.nix @@ -19,11 +19,11 @@ in fonts.fontDir.enable = true; fonts.packages = with pkgs; [ #uw-ttyp0 - #corefonts + corefonts (nerdfonts.override { fonts = ["Hack" "Noto"]; }) #noto-fonts #noto-fonts-emoji - #noto-fonts-cjk + noto-fonts-cjk ]; networking.firewall = {