9 lines
75 B
Nix
9 lines
75 B
Nix
|
{
|
||
|
fcitx5-mozc,
|
||
|
mozc-ut,
|
||
|
}:
|
||
|
|
||
|
fcitx5-mozc.override {
|
||
|
mozc = mozc-ut;
|
||
|
}
|