diff options
author | polwex <polwex@sortug.com> | 2024-07-21 03:05:41 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2024-07-21 03:05:41 +0700 |
commit | 048d263f5fb201e0512e44c25f2153e9a4d44edb (patch) | |
tree | bd42b089bbd16dcff0ff1041a894fb1946447d7a /hosts/local | |
parent | e64f7a78e01e5fa661471cb518cc71fc33223b5a (diff) |
m
Diffstat (limited to 'hosts/local')
-rw-r--r-- | hosts/local/wayland.nix | 15 |
1 files changed, 7 insertions, 8 deletions
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; }; }; |