From 7473e665a8d5de4a10ec64bab1001d74c2904214 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Tue, 28 Oct 2025 23:54:23 +0100 Subject: fix locale --- hosts/toaster/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix index 59b6f53..8127f1e 100644 --- a/hosts/toaster/default.nix +++ b/hosts/toaster/default.nix @@ -44,7 +44,10 @@ # Select internationalisation properties. i18n = { defaultLocale = "en_US.UTF-8"; - supportedLocales = [ "all" ]; + extraLocales = [ "nl_NL.UTF-8/UTF-8" "ru_RU.UTF-8/UTF-8" ]; + extraLocaleSettings = { + LC_ALL = "nl_NL.UTF-8"; + }; }; # support ddc brigtness control -- cgit v1.3.1