Fonts properly configured

This commit is contained in:
RealStickman 2023-05-01 18:33:33 +02:00
parent 7e4d42251a
commit aba3f837c3

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