diff options
author | polwex <polwex@sortug.com> | 2024-07-21 03:05:41 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2024-07-21 03:05:41 +0700 |
commit | 048d263f5fb201e0512e44c25f2153e9a4d44edb (patch) | |
tree | bd42b089bbd16dcff0ff1041a894fb1946447d7a /hosts/linux.nix | |
parent | e64f7a78e01e5fa661471cb518cc71fc33223b5a (diff) |
m
Diffstat (limited to 'hosts/linux.nix')
-rw-r--r-- | hosts/linux.nix | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/hosts/linux.nix b/hosts/linux.nix index 1e092bb..7c9fec5 100644 --- a/hosts/linux.nix +++ b/hosts/linux.nix @@ -24,14 +24,14 @@ # Select internationalisation properties. i18n = { defaultLocale = "en_US.UTF-8"; - supportedLocales = [ - "en_US.UTF-8/UTF-8" - "es_ES.UTF-8/UTF-8" - "zh_CN.UTF-8/UTF-8" - "zh_HK.UTF-8/UTF-8" - "ja_JP.UTF-8/UTF-8" - "th_TH.UTF-8/UTF-8" - ]; + # supportedLocales = [ + # "en_US.UTF-8/UTF-8" + # "es_ES.UTF-8/UTF-8" + # "zh_CN.UTF-8/UTF-8" + # "zh_HK.UTF-8/UTF-8" + # "ja_JP.UTF-8/UTF-8" + # "th_TH.UTF-8/UTF-8" + # ]; }; ## Bluetooth |