Update NixOS config.

This commit is contained in:
Elias Gasparis 2024-12-21 19:42:09 +08:00
parent 9e19dc18e8
commit 6598510ac8
4 changed files with 107 additions and 18 deletions

View file

@ -59,24 +59,6 @@ i18n.inputMethod = {
ibus.engines = with pkgs.ibus-engines; [ libpinyin table-chinese];
};
# doesn't work
# i18n.inputMethod = {
# type = "fcitx5";
# fcitx5.waylandFrontend = true;
# fcitx5.addons = with pkgs; [
# fcitx5-im #doesn't seem to help
# fcitx5-gtk # alternatively, kdePackages.fcitx5-qt
# fcitx5-chewing
# fcitx5-chinese-addons # table input method support
# fcitx5-nord # a color theme
# ];
# };
#old one didn't work
# i18n.inputMethod = {
# type = "fcitx5";
# fcitx5.addons = with pkgs; [ fcitx5-chewing fcitx5-chinese-addons ];
# };
# Enable the X11 windowing system.
services.xserver.enable = true;