commit dc2fee7ad2a8f1caeed65d5fe7748f8752bdd882
parent bd285b042b04850b3756972579137c9ed784e39f
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 10 Oct 2021 12:54:44 +0200
parent bd285b042b04850b3756972579137c9ed784e39f
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 10 Oct 2021 12:54:44 +0200
fonts: add bitstream vera, fira mono; use font-awesome-5
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/configurations/fonts.nix b/configurations/fonts.nix @@ -9,10 +9,12 @@ fonts = with pkgs; [ dejavu_fonts liberation_ttf + ttf_bitstream_vera noto-fonts noto-fonts-emoji - font-awesome_4 + font-awesome fira-code + fira-mono ]; }; }