feat: set large boot font
parent
5d677c1a2e
commit
590baa9850
|
@ -58,8 +58,10 @@
|
|||
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
console = {
|
||||
font = "Lat2-Terminus16";
|
||||
font = "ter-u24n";
|
||||
keyMap = "de-latin1-nodeadkeys";
|
||||
packages = with pkgs; [ terminus_font ];
|
||||
earlySetup = true;
|
||||
};
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
|
|
Loading…
Reference in New Issue