summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrisha Shipunov2025-10-28 23:54:23 +0100
committerGrisha Shipunov2025-10-28 23:54:23 +0100
commit7473e665a8d5de4a10ec64bab1001d74c2904214 (patch)
tree637b000bf6c35b389e5a5ea1762d0c403213c025
parent580f178e3eb75391051c947a539e2fe45c0a42eb (diff)
fix locale
-rw-r--r--hosts/toaster/default.nix5
1 files changed, 4 insertions, 1 deletions
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