Common: set up console font
This commit is contained in:
parent
8e01e3b437
commit
62fdddc21e
1 changed files with 9 additions and 2 deletions
|
|
@ -20,8 +20,15 @@
|
||||||
|
|
||||||
# Set up keyboard layout
|
# Set up keyboard layout
|
||||||
services.xserver.layout = "es";
|
services.xserver.layout = "es";
|
||||||
|
|
||||||
|
# Set up console
|
||||||
|
console = {
|
||||||
|
packages = [ pkgs.terminus_font ];
|
||||||
|
earlySetup = true;
|
||||||
|
font = lib.mkDefault "ter-i16n";
|
||||||
# Make the console use X's keyboard configuration
|
# Make the console use X's keyboard configuration
|
||||||
console.useXkbConfig = true;
|
useXkbConfig = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Set up localisation
|
# Set up localisation
|
||||||
i18n = {
|
i18n = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue