From a67eeb302ce7b182c41589ee8e29a9138689e2dc Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Fri, 2 May 2025 19:38:00 +0200 Subject: [PATCH] add all locales we use --- share/common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/common.nix b/share/common.nix index a615102..4c5cf50 100644 --- a/share/common.nix +++ b/share/common.nix @@ -298,8 +298,8 @@ in LC_TIME = "de_DE.UTF-8"; }; - # allow to have all locales - i18n.supportedLocales = [ "all" ]; + # add all locales we use + i18n.supportedLocales = ["de_DE.UTF-8/UTF-8" "en_US.UTF-8/UTF-8"]; # use X11/wayland layout for console, too console.useXkbConfig = true;