added fonts

This commit is contained in:
lsoriano-mcm
2025-07-04 22:25:44 -05:00
parent 1bd3096d53
commit 90123ac18d
4 changed files with 96 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
{pkgs, ...}: {
fonts = {
fontconfig.enable = true;
packages = with pkgs; [
nerd-fonts.jetbrains-mono
];
};
}