feat: add font-awesome

This commit is contained in:
Michael Mandl 2022-06-20 15:47:55 +02:00
parent 180ffc758a
commit 74e1115543

View file

@ -47,6 +47,7 @@
fonts.fonts = with pkgs; [
(nerdfonts.override { fonts = [ "DejaVuSansMono" ]; })
font-awesome
];
hardware.pulseaudio.enable = true;