diff options
| author | Grisha Shipunov | 2025-10-28 23:54:23 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-10-28 23:54:23 +0100 |
| commit | 7473e665a8d5de4a10ec64bab1001d74c2904214 (patch) | |
| tree | 637b000bf6c35b389e5a5ea1762d0c403213c025 /hosts/toaster/default.nix | |
| parent | 580f178e3eb75391051c947a539e2fe45c0a42eb (diff) | |
fix locale
Diffstat (limited to 'hosts/toaster/default.nix')
| -rw-r--r-- | hosts/toaster/default.nix | 5 |
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 |
