1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2024-12-14 11:57:55 +00:00

fcitx5: fix package reference in test

This commit is contained in:
Robert Helgesson 2024-12-06 12:08:32 +01:00
parent 65912bc684
commit 953521f759
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

@ -5,7 +5,7 @@
i18n.inputMethod = {
enabled = "fcitx5";
fcitx5.addons = with pkgs; [ fcitx5-chinese-addons ];
fcitx5.addons = [ pkgs.libsForQt5.fcitx5-chinese-addons ];
};
nmt.script = ''