update boot font

This commit is contained in:
Leonardo Eugênio 2022-12-21 23:23:30 -03:00
parent 0ac270bc2b
commit db92170190

View file

@ -1,6 +1,6 @@
{ config, pkgs, inputs, ... }: {
console = {
font = "ter-132n";
font = "ter-120n";
packages = [pkgs.terminus_font];
earlySetup = false;
};