summaryrefslogtreecommitdiff
path: root/hosts/local
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2024-07-21 03:05:41 +0700
committerpolwex <polwex@sortug.com>2024-07-21 03:05:41 +0700
commit048d263f5fb201e0512e44c25f2153e9a4d44edb (patch)
treebd42b089bbd16dcff0ff1041a894fb1946447d7a /hosts/local
parente64f7a78e01e5fa661471cb518cc71fc33223b5a (diff)
m
Diffstat (limited to 'hosts/local')
-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;
};
};