From 7a6f6aac8264f7f1f50181fbee303411c6332d7c Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Mon, 31 Mar 2025 00:44:06 +0200 Subject: [PATCH] inputMethod syntax new style --- system-modules/fcitx5.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/system-modules/fcitx5.nix b/system-modules/fcitx5.nix index 48fe697..aba40d0 100644 --- a/system-modules/fcitx5.nix +++ b/system-modules/fcitx5.nix @@ -1,4 +1,4 @@ -{ pkgs, pkgs-unstable, ... }: +{ pkgs, ... }: { # i18n.inputMethod = { # type = "fcitx5"; @@ -10,7 +10,8 @@ # ]; # }; i18n.inputMethod = { - enabled = "fcitx5"; + enable = true; + type = "fcitx5"; fcitx5.waylandFrontend = true; fcitx5.addons = with pkgs; [ fcitx5-gtk # alternatively, kdePackages.fcitx5-qt