summaryrefslogtreecommitdiff
path: root/hosts/local/wayland.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/local/wayland.nix')
-rw-r--r--hosts/local/wayland.nix15
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;
};
};