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;