Update NixOS config.
This commit is contained in:
parent
9e19dc18e8
commit
6598510ac8
4 changed files with 107 additions and 18 deletions
18
base.nix
18
base.nix
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue