update tty font package thingy

This commit is contained in:
Schrottkatze 2025-01-01 03:15:45 +01:00
parent 554b573699
commit 78deecc427
No known key found for this signature in database

View file

@ -59,7 +59,7 @@ in {
fonts = [
{
name = "FiraCode Nerd Font";
package = pkgs.nerdfonts.override {fonts = ["FiraCode"];};
package = pkgs.nerd-fonts.fira-code;
}
];
extraConfig = "font-size=14";