update console font

This commit is contained in:
Gregory Burd 2023-10-02 13:32:19 +00:00
parent 95faf1a29b
commit 42eb117ab8

View file

@ -38,9 +38,10 @@ in
}; };
console = { console = {
font = "${pkgs.tamzen}/share/consolefonts/TamzenForPowerline10x20.psf"; packages = with pkgs; [ terminus_font ];
keyMap = "us"; earlySetup = true;
packages = with pkgs; [ tamzen ]; font = "${pkgs.terminus_font}/share/consolefonts/ter-132n.psf.gz";
useXkbConfig = true; # use xkbOptions in tty.
}; };
i18n = { i18n = {