fix locale and font troubles

This commit is contained in:
Joakim Repomaa
2025-02-02 15:34:28 +02:00
parent c757f0892d
commit 94d9a45a38
3 changed files with 14 additions and 3 deletions

View File

@@ -2,7 +2,9 @@
{
networking.hostName = "radish";
time.timeZone = lib.mkForce null; # allow TZ to be set by desktop user
i18n.defaultLocale = "en_US.UTF-8";
i18n.defaultLocale = "de_DE.UTF-8";
i18n.supportedLocales = map (locale: "${locale}.UTF-8/UTF-8") [ "C" "en_US" "de_DE" "fi_FI" ];
i18n.extraLocaleSettings.LANG = "en_US.UTF-8";
console = {
font = "Lat2-Terminus16";
keyMap = "us";