[guix-profile] Add ‘font-awesome’ package so I can display them

This commit is contained in:
Tom Willemse 2022-05-17 21:56:26 -07:00
parent f87d980444
commit ae24850dd7

View file

@ -43,6 +43,7 @@ I use these two fonts generally in my configurations.
#+begin_src scheme :noweb-ref guix-packages #+begin_src scheme :noweb-ref guix-packages
(specification->package "font-fantasque-sans") (specification->package "font-fantasque-sans")
(specification->package "font-comic-neue") (specification->package "font-comic-neue")
(specification->package "font-awesome")
#+end_src #+end_src
To make my system actually able to render them properly Fontconfig needs to be explicitly installed. It doesn't matter if it's installed in Arch as well. To make my system actually able to render them properly Fontconfig needs to be explicitly installed. It doesn't matter if it's installed in Arch as well.