Use rime-ice in nixpkgs instead of self-packaged
- remove package rime-ice - remove overlay of rime-ice - regenerate nvfetcher - add configuration for rime-ice - add zhwiki and moegirl as dict
This commit is contained in:
parent
ebb171dc3f
commit
d390953280
12 changed files with 110 additions and 71 deletions
12
home/modules/i18n/default.nix
Normal file
12
home/modules/i18n/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
osConfig ? null,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
config = lib.mkIf (osConfig != null) {
|
||||
xdg.dataFile = {
|
||||
"fcitx5/rime/default.custom.yaml".source = ./default.custom.yaml;
|
||||
"fcitx5/rime/double_pinyin_flypy.custom.yaml".source = ./double_pinyin_flypy.custom.yaml;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue