From 496ad4dfc13c7ca6aa9dc9d386e7bd98941777cf Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Thu, 29 May 2025 15:56:21 +0200 Subject: [PATCH] :sparkles: Added font-settings Signed-off-by: SindreKjelsrud --- hosts/wano/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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;