From c4d52126620eb0ab36ea2826fcc105fe0d7416dc Mon Sep 17 00:00:00 2001 From: derped Date: Sun, 29 Jan 2023 14:12:03 +0100 Subject: [PATCH] Re-add all locales (was removed upstream). --- config/locale.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locale.nix b/config/locale.nix index 5e6b3a0..f427566 100644 --- a/config/locale.nix +++ b/config/locale.nix @@ -4,7 +4,7 @@ console.keyMap = "de"; i18n = { defaultLocale = "en_US.UTF-8"; - + supportedLocales = [ "all" ]; inputMethod = { enabled = if config.services.xserver.enable then "fcitx5" else null; fcitx5.addons = with pkgs; [ fcitx5-chinese-addons fcitx5-mozc fcitx5-table-extra ];