mirror of
https://github.com/zoriya/home-manager.git
synced 2026-06-06 20:02:37 +00:00
fcitx5: fix reference to fcitx5-with-addons
This commit is contained in:
@@ -5,7 +5,8 @@ with lib;
|
||||
let
|
||||
im = config.i18n.inputMethod;
|
||||
cfg = im.fcitx5;
|
||||
fcitx5Package = pkgs.fcitx5-with-addons.override { inherit (cfg) addons; };
|
||||
fcitx5Package =
|
||||
pkgs.libsForQt5.fcitx5-with-addons.override { inherit (cfg) addons; };
|
||||
in {
|
||||
options = {
|
||||
i18n.inputMethod.fcitx5 = {
|
||||
|
||||
Reference in New Issue
Block a user