From e94a1ca091d37feeb1f2e0d5c67068d4d1453967 Mon Sep 17 00:00:00 2001 From: osbm Date: Sat, 12 Oct 2024 12:16:06 +0300 Subject: [PATCH] add fonts --- configuration.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/configuration.nix b/configuration.nix index 6b2116a..f7b18b4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -21,6 +21,18 @@ # networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; + fonts.packages = with pkgs; [ + noto-fonts + noto-fonts-cjk + noto-fonts-emoji + liberation_ttf + fira-code + fira-code-symbols + mplus-outline-fonts.githubRelease + dina-font + proggyfonts + ]; + # Enable networking networking.networkmanager.enable = true;