aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-05-17 21:56:26 -0700
committerGravatar Tom Willemse2022-05-17 21:56:26 -0700
commitae24850dd7f016885beeb31f7f3243ecb8d741c0 (patch)
tree929b43b16bd6a99c7996618d9ffeba081fe96ec8
parentf87d980444e797ca882ded8bfb1f79c470003368 (diff)
downloadnew-dotfiles-ae24850dd7f016885beeb31f7f3243ecb8d741c0.tar.gz
new-dotfiles-ae24850dd7f016885beeb31f7f3243ecb8d741c0.zip
[guix-profile] Add ‘font-awesome’ package so I can display them
-rw-r--r--guix-profile.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/guix-profile.org b/guix-profile.org
index a56b33f..77b594b 100644
--- a/guix-profile.org
+++ b/guix-profile.org
@@ -43,6 +43,7 @@ I use these two fonts generally in my configurations.
#+begin_src scheme :noweb-ref guix-packages
(specification->package "font-fantasque-sans")
(specification->package "font-comic-neue")
+ (specification->package "font-awesome")
#+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.