console.font

NixOS option

The font used for the virtual consoles. Can be null, a font name, or a path to a PSF font file. Use null to let the kernel choose a built-in font. The default is 8x16, and, as of Linux 5.3, Terminus 32 bold for display resolutions of 2560x1080 and higher. These fonts cover the IBM437 character set.

type: null or string or absolute path
Default
null
Example
"LatArCyrHeb-16"
declared in: nixos/modules/config/console.nixView source on NixOS/nixpkgs →