added jetbrainsmono-nerdfont

This commit is contained in:
biscuit
2025-05-19 20:48:36 -05:00
parent d4026e1559
commit c62421cfb6
3 changed files with 6 additions and 3 deletions
+1
View File
@@ -1,5 +1,6 @@
{pkgs, ...}: {
fonts.packages = with pkgs; [
nerd-fonts.fira-code
nerd-fonts.jetbrains-mono
];
}