From 048d263f5fb201e0512e44c25f2153e9a4d44edb Mon Sep 17 00:00:00 2001 From: polwex Date: Sun, 21 Jul 2024 03:05:41 +0700 Subject: m --- hosts/local/wayland.nix | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'hosts/local/wayland.nix') diff --git a/hosts/local/wayland.nix b/hosts/local/wayland.nix index c94a1dc..7aae78d 100644 --- a/hosts/local/wayland.nix +++ b/hosts/local/wayland.nix @@ -110,14 +110,13 @@ ]; # cjk input - i18n = { - inputMethod = { - type = "fcitx5"; - fcitx5 = { - # enabled = true; - addons = with pkgs; [fcitx5-rime fcitx5-mozc]; - waylandFrontend = true; - }; + + i18n.inputMethod = { + type = "fcitx5"; + fcitx5 = { + # enabled = true; + addons = with pkgs; [fcitx5-rime fcitx5-mozc]; + waylandFrontend = true; }; }; -- cgit v1.2.3