From 80c6ec0080c540910a40c03cab7ea39e10761824 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 16 Dec 2024 17:23:16 -0700 Subject: [PATCH] [NixOS] No source code pro nerd font --- nixos/fonts.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/fonts.nix b/nixos/fonts.nix index e9358a68..b9e7a8f9 100644 --- a/nixos/fonts.nix +++ b/nixos/fonts.nix @@ -25,7 +25,6 @@ makeEnable config "myModules.fonts" true { nerd-fonts.fantasque-sans-mono nerd-fonts.iosevka nerd-fonts.victor-mono - nerd-fonts.source-code-pro ]; fontconfig = { hinting.autohint = true; @@ -33,7 +32,7 @@ makeEnable config "myModules.fonts" true { allowBitmaps = true; useEmbeddedBitmaps = true; defaultFonts = { - monospace = [ "Source Code Pro" ]; + monospace = [ "JetBrains Mono" ]; sansSerif = [ "Roboto" ]; serif = [ "Source Serif Pro" ]; };