[guix-profile] Add ‘font-awesome’ package so I can display them
This commit is contained in:
parent
f87d980444
commit
ae24850dd7
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue