mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos i18n.consoleFont: choose a different default
Distros often choose Terminus as the default, and it supports some non-ASCII characters that we use in config. Fixes #8107.
This commit is contained in:
parent
746df7b034
commit
0b68b92062
2 changed files with 2 additions and 2 deletions
|
@ -495,7 +495,7 @@ $bootLoaderConfig
|
|||
|
||||
# Select internationalisation properties.
|
||||
# i18n = {
|
||||
# consoleFont = "lat9w-16";
|
||||
# consoleFont = "Lat2-Terminus16";
|
||||
# consoleKeyMap = "us";
|
||||
# defaultLocale = "en_US.UTF-8";
|
||||
# };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue