Fixed nerd font import

This commit is contained in:
Jan-Bulthuis 2024-12-03 13:46:43 +01:00
parent b9af43bec2
commit 727c0802a7
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{ {
name = "Symbols Nerd Font Mono"; name = "Symbols Nerd Font Mono";
package = pkgs.nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; }; package = pkgs.nerd-fonts.symbols-only;
recommendedSize = 12; recommendedSize = 12;
fallbackFonts = [ ]; fallbackFonts = [ ];
} }