diff --git a/hosts/ultrapc/configuration.nix b/hosts/ultrapc/configuration.nix index 57bfb19..d41661e 100644 --- a/hosts/ultrapc/configuration.nix +++ b/hosts/ultrapc/configuration.nix @@ -18,6 +18,15 @@ in { enable = true; clean.enable = true; }; + fonts = { + fontconfig = { + defaultFonts = { + serif = [ "JetBrainsMono Nerd Font" ]; + sansSerif = [ "JetBrainsMono Nerd Font" ]; + monospace = [ "JetBrainsMono Nerd Font" ]; + }; + }; + }; nix.settings = { trusted-users = [ "root" "ultra" ]; experimental-features = [ "nix-command" "flakes" ];