fix: use ter-u28 as the tty font on initial boot

At least until this gets merged: https://github.com/NixOS/nixpkgs/pull/299456

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
Chinmay D. Pai 2024-09-22 15:03:02 +05:30
parent 10c26f143d
commit a6fc984ceb
Signed by: thunderbottom
GPG Key ID: 75507BE256F40CED

View File

@ -24,7 +24,7 @@
config = { config = {
console = { console = {
font = "Lat2-Terminus16"; font = lib.mkDefault "${pkgs.terminus_font}/share/consolefonts/ter-u28n.psf.gz";
keyMap = lib.mkDefault "us"; keyMap = lib.mkDefault "us";
useXkbConfig = true; useXkbConfig = true;
}; };