Update nerd-fonts to only include Jet Brains Mono

This commit is contained in:
Bart van der Braak 2025-05-24 17:23:21 +02:00
parent 5ce17a639f
commit 57cd8d8ff5

View file

@ -72,8 +72,7 @@ in {
enableDefaultPackages = true; enableDefaultPackages = true;
packages = with pkgs; [ packages = with pkgs; [
jetbrains-mono jetbrains-mono
nerdfonts noto-fonts.JetBrainsMono
noto-fonts
noto-fonts-emoji noto-fonts-emoji
(makeAppleFont "sf-pro" "SF Pro Fonts.pkg" fontSources.sf-pro) (makeAppleFont "sf-pro" "SF Pro Fonts.pkg" fontSources.sf-pro)
(makeAppleFont "sf-compact" "SF Compact Fonts.pkg" fontSources.sf-compact) (makeAppleFont "sf-compact" "SF Compact Fonts.pkg" fontSources.sf-compact)