boot: fix vconsole font setup

This commit is contained in:
Leonardo Eugênio 2023-12-13 12:38:26 -03:00
parent b1f17cf793
commit b4ff6d21af

View file

@ -1,6 +1,6 @@
{ config, pkgs, lib, inputs, ... }: {
console = {
font = "ter-120n";
font = "${pkgs.terminus_font}/share/consolefonts/ter-120n.psf.gz";
packages = [ pkgs.terminus_font ];
earlySetup = false;
};