Re-add all locales (was removed upstream).
This commit is contained in:
parent
88538f6e68
commit
c4d5212662
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
console.keyMap = "de";
|
console.keyMap = "de";
|
||||||
i18n = {
|
i18n = {
|
||||||
defaultLocale = "en_US.UTF-8";
|
defaultLocale = "en_US.UTF-8";
|
||||||
|
supportedLocales = [ "all" ];
|
||||||
inputMethod = {
|
inputMethod = {
|
||||||
enabled = if config.services.xserver.enable then "fcitx5" else null;
|
enabled = if config.services.xserver.enable then "fcitx5" else null;
|
||||||
fcitx5.addons = with pkgs; [ fcitx5-chinese-addons fcitx5-mozc fcitx5-table-extra ];
|
fcitx5.addons = with pkgs; [ fcitx5-chinese-addons fcitx5-mozc fcitx5-table-extra ];
|
||||||
|
|
Loading…
Reference in a new issue