From ae24850dd7f016885beeb31f7f3243ecb8d741c0 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 17 May 2022 21:56:26 -0700 Subject: [PATCH] =?UTF-8?q?[guix-profile]=20Add=20=E2=80=98font-awesome?= =?UTF-8?q?=E2=80=99=20package=20so=20I=20can=20display=20them?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guix-profile.org | 1 + 1 file changed, 1 insertion(+) 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.