feat: add font-awesome

main
mandlm 2022-06-20 15:47:55 +02:00
parent 180ffc758a
commit 74e1115543
1 changed files with 1 additions and 0 deletions

View File

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