diff --git a/home/lilith/input.nix b/home/lilith/input.nix new file mode 100644 index 00000000..ac2ed51e --- /dev/null +++ b/home/lilith/input.nix @@ -0,0 +1,11 @@ +{ pkgs, ... }: +{ + il8n.inputMethods = { + enabled = "fcix5"; + fcitx5.addons = with pkgs; [ + fcitx5-gtk + fcitx5-chinese-addons + fcitx5-nord + ]; + }; +}