diff --git a/hosts/wano/configuration.nix b/hosts/wano/configuration.nix index 183b4e5..bdfd532 100644 --- a/hosts/wano/configuration.nix +++ b/hosts/wano/configuration.nix @@ -134,6 +134,14 @@ ''; }; + fonts = { + fontconfig.enable = true; + packages = with pkgs; [ + nerd-fonts.jetbrains-mono + font-awesome + ]; + }; + # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true;