add all locales we use

This commit is contained in:
Christoph Cullmann 2025-05-02 19:38:00 +02:00
parent a3f6a5cef1
commit a67eeb302c
No known key found for this signature in database

View file

@ -298,8 +298,8 @@ in
LC_TIME = "de_DE.UTF-8"; LC_TIME = "de_DE.UTF-8";
}; };
# allow to have all locales # add all locales we use
i18n.supportedLocales = [ "all" ]; i18n.supportedLocales = ["de_DE.UTF-8/UTF-8" "en_US.UTF-8/UTF-8"];
# use X11/wayland layout for console, too # use X11/wayland layout for console, too
console.useXkbConfig = true; console.useXkbConfig = true;