package rime-ice

This commit is contained in:
ulic-youthlic 2025-03-16 00:26:37 +08:00
parent e15627f5fc
commit f33adf3801
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
10 changed files with 71 additions and 55 deletions

View file

@ -1,6 +1,5 @@
{
pkgs,
outputs,
lib,
config,
...
@ -35,17 +34,11 @@ in
addons = with pkgs; [
libsForQt5.fcitx5-qt
fcitx5-gtk
fcitx5-configtool
fcitx5-fluent
(fcitx5-rime.override {
rimeDataPkgs = (
with (outputs.packages."${pkgs.system}");
[
rime-ice
rime-zhwiki
rime-moegirl
]
);
rimeDataPkgs = [
rime-ice
];
})
];
waylandFrontend = true;