blob: b9ef762a84ac888cf40124dfc2372078a24ff1fa (
plain) (
blame)
1
2
3
4
5
6
7
8
|
{ ... }: {
console = {
earlySetup = true;
font = "${pkgs.terminus_font}/share/consolefonts/ter-132n.psf.gz";
packages = with pkgs; [ terminus_font ];
keyMap = "us";
};
}
|