diff options
author | Patryk Niedźwiedziński <patryk@niedzwiedzinski.cyou> | 2024-08-15 19:39:20 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <patryk@niedzwiedzinski.cyou> | 2024-08-15 19:39:20 +0200 |
commit | 3b20a93e571e72d80f2c6dbe9be966d7493cc520 (patch) | |
tree | d66fd900640d51b9d79e66c9f4ca535e3512db6a /machines | |
parent | 8e8a18d024caf6d8736d3d11ef1a65d6e633ca65 (diff) | |
download | dots-3b20a93e571e72d80f2c6dbe9be966d7493cc520.tar.gz dots-3b20a93e571e72d80f2c6dbe9be966d7493cc520.zip |
27 current 2024-08-15 19:39:16 24.05.20240626.89c4987 6.6.35 *
Diffstat (limited to 'machines')
-rw-r--r-- | machines/x220-gnome/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/x220-gnome/configuration.nix b/machines/x220-gnome/configuration.nix index 03a4e0d..30cfac6 100644 --- a/machines/x220-gnome/configuration.nix +++ b/machines/x220-gnome/configuration.nix @@ -19,6 +19,7 @@ i18n.defaultLocale = "en_US.UTF-8"; i18n.extraLocaleSettings = { + LC_ALL = "en_US.UTF-8"; LC_ADDRESS = "en_US.UTF-8"; LC_IDENTIFICATION = "en_US.UTF-8"; LC_MEASUREMENT = "en_US.UTF-8"; |