From 74e111554350360e412541f1de34b1040c0c3c39 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Mon, 20 Jun 2022 15:47:55 +0200 Subject: [PATCH] feat: add font-awesome --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 51f84cf..2eb261d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -47,6 +47,7 @@ fonts.fonts = with pkgs; [ (nerdfonts.override { fonts = [ "DejaVuSansMono" ]; }) + font-awesome ]; hardware.pulseaudio.enable = true;