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,6 +104,7 @@
}; };
font = { font = {
name = "NotoSans Nerd Font Regular"; name = "NotoSans Nerd Font Regular";
package = pkgs.nerdfonts.override { fonts = [ "Noto" ]; };
size = 11; size = 11;
}; };
}; };