From 49a6f43ebdbcc8481624da2078d31d45595915ee Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 1 May 2023 18:33:33 +0200 Subject: [PATCH] Fonts properly configured --- system-packages.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system-packages.nix b/system-packages.nix index 1eba782..5e685e7 100644 --- a/system-packages.nix +++ b/system-packages.nix @@ -20,9 +20,11 @@ libsForQt5.qt5.qtwayland # wayland for at5 polkit_gnome # graphical authentication agent for polkit freetype # font rendering and configuration + ]; + + fonts.fonts = with pkgs; [ fira # fira sans font fira-code # fira code font font-awesome # icons font ]; - }