From b756caa9747fcb2331f4bfbc9acecc79e92a55f6 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 29 Nov 2022 21:07:05 +0800 Subject: [PATCH] profiles/i18n: force all locales to be supported Maybe it's a good idea but it's more likely to be a bad one considering there's going to be a lot of use cases for needing more specific locales. If I have money to spare, I'll bet some to see if this will change in the next 90 days. --- modules/nixos/profiles/i18n.nix | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/modules/nixos/profiles/i18n.nix b/modules/nixos/profiles/i18n.nix index 9e000c05..7261dc7b 100644 --- a/modules/nixos/profiles/i18n.nix +++ b/modules/nixos/profiles/i18n.nix @@ -21,19 +21,9 @@ in ''; }]; - # I don't speak all of the listed languages. It's just nice to have some + # I don't speak all of the languages. It's just nice to have some # additional language packs for it. ;p - i18n.supportedLocales = lib.mkBefore [ - "en_US.UTF-8/UTF-8" - "ja_JP.UTF-8/UTF-8" - "ko_KR.UTF-8/UTF-8" - "zh_CN.UTF-8/UTF-8" - "zh_HK.UTF-8/UTF-8" - "zh_SG.UTF-8/UTF-8" - "tl_PH.UTF-8/UTF-8" - "fr_FR.UTF-8/UTF-8" - "it_IT.UTF-8/UTF-8" - ]; + i18n.supportedLocales = lib.mkForce [ "all" ]; environment.systemPackages = with pkgs; [ goldendict