1

Update nixinator config

This commit is contained in:
2023-03-27 14:53:25 +02:00
parent 41f2c0547c
commit 1207c92b51
2 changed files with 68 additions and 26 deletions

View File

@ -56,4 +56,15 @@ rec {
};
};
};
# NOTE: This has been relocated here from the default config, because it forces en-US keyboard layout
# The laptop needs de-DE...
# Chinese Input
i18n.inputMethod.enabled = "fcitx5";
i18n.inputMethod.fcitx5.addons = with pkgs; [
fcitx5-gtk
libsForQt5.fcitx5-qt
fcitx5-chinese-addons
fcitx5-configtool # TODO: Remove this and set config through HomeManager
];
}