From 05c35766b311c29efbc6b6c4e28e3f0ec2a63276 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 5 Feb 2025 13:12:46 -0500 Subject: more core fonts --- nix/system/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nix') diff --git a/nix/system/default.nix b/nix/system/default.nix index e33d0d6..29cfdfa 100644 --- a/nix/system/default.nix +++ b/nix/system/default.nix @@ -72,6 +72,7 @@ # fonts fonts.packages = with pkgs; [ + corefonts dejavu_fonts fira-code fira-code-symbols @@ -82,6 +83,7 @@ noto-fonts-cjk-sans noto-fonts-emoji twemoji-color-font + vistafonts ]; fonts.fontconfig = { -- cgit v1.2.3-freya