fix: nerd fonts in individual pack

This commit is contained in:
2025-03-10 00:30:44 -04:00
parent 45179ddfa5
commit 813842534d

View File

@@ -115,6 +115,8 @@
font-awesome
powerline-fonts
powerline-symbols
(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
#(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
pkgs.nerd-fonts.code-new-roman
pkgs.nerd-fonts.symbols-only
];
}