Common: set up console font

This commit is contained in:
Toast 2023-08-25 13:07:39 +02:00
parent 8e01e3b437
commit 62fdddc21e

View file

@ -20,8 +20,15 @@
# Set up keyboard layout
services.xserver.layout = "es";
# Make the console use X's keyboard configuration
console.useXkbConfig = true;
# Set up console
console = {
packages = [ pkgs.terminus_font ];
earlySetup = true;
font = lib.mkDefault "ter-i16n";
# Make the console use X's keyboard configuration
useXkbConfig = true;
};
# Set up localisation
i18n = {