Fonts properly configured

This commit is contained in:
RealStickman 2023-05-01 18:33:33 +02:00
parent 0393708646
commit 49a6f43ebd

View File

@ -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
];
}