From 57cd8d8ff5bab392c1e7348d6525e4617b118c14 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Sat, 24 May 2025 17:23:21 +0200 Subject: [PATCH] Update `nerd-fonts` to only include Jet Brains Mono --- nixos/modules/fonts.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/modules/fonts.nix b/nixos/modules/fonts.nix index bc81e47..0f0be9c 100644 --- a/nixos/modules/fonts.nix +++ b/nixos/modules/fonts.nix @@ -72,8 +72,7 @@ in { enableDefaultPackages = true; packages = with pkgs; [ jetbrains-mono - nerdfonts - noto-fonts + noto-fonts.JetBrainsMono noto-fonts-emoji (makeAppleFont "sf-pro" "SF Pro Fonts.pkg" fontSources.sf-pro) (makeAppleFont "sf-compact" "SF Compact Fonts.pkg" fontSources.sf-compact)