home-manager: explicitly add nerdfonts override

This commit is contained in:
Aly Raffauf 2024-03-28 20:38:13 -04:00
parent d96a44d260
commit 52e98f740c

View file

@ -104,8 +104,9 @@
};
font = {
name = "NotoSans Nerd Font Regular";
package = pkgs.nerdfonts.override { fonts = [ "Noto" ]; };
size = 11;
};
};
};
}
}