From 048d263f5fb201e0512e44c25f2153e9a4d44edb Mon Sep 17 00:00:00 2001 From: polwex Date: Sun, 21 Jul 2024 03:05:41 +0700 Subject: m --- hosts/linux.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'hosts/linux.nix') 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 -- cgit v1.2.3