fix(i18n): set i18n.supportedLocales back to [ "all" ]

Since the default value for `i18n.supportedLocales` was changed to
only use specified `i18n.defaultLocale` & `i18n.extraLocaleSettings`
instead of using all locales.
This commit is contained in:
Felix Schröter 2022-07-07 12:40:30 +02:00
parent a6af748153
commit eb0801bbd1
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -11,6 +11,7 @@
LC_TIME = "en_DK.UTF-8";
LC_MONETARY = "en_IE.UTF-8";
};
supportedLocales = [ "all" ];
inputMethod.enabled = "ibus";
inputMethod.ibus.engines = with pkgs.ibus-engines; [ uniemoji mozc ];
};