From 68268ec2a08b80515861cfac6750813a0fa4d4c0 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 24 Oct 2025 11:44:18 +0900 Subject: [PATCH] home/fcitx5: fix eval against NixOS 25.11 --- home/services/fcitx5.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/services/fcitx5.nix b/home/services/fcitx5.nix index b61c7e9..83c1c07 100644 --- a/home/services/fcitx5.nix +++ b/home/services/fcitx5.nix @@ -2,7 +2,7 @@ let im = config.i18n.inputMethod; cfg = im.fcitx5; - fcitx5Package = pkgs.libsForQt5.fcitx5-with-addons.override { inherit (cfg) addons; }; + fcitx5Package = pkgs.kdePackages.fcitx5-with-addons.override { inherit (cfg) addons; }; in { i18n.inputMethod = {