added fonts

This commit is contained in:
lsoriano-mcm
2025-07-04 22:28:59 -05:00
parent 90123ac18d
commit e10deb6ae5
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
{pkgs, ...}: {
fonts = {
fontconfig.enable = true;
packages = with pkgs; [
nerd-fonts.jetbrains-mono
];
};
home.packages = with pkgs; [
nerd-fonts.jetbrains-mono
];
}