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:
ulic-youthlic 2025-06-20 03:38:56 +08:00
parent ebb171dc3f
commit d390953280
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
12 changed files with 110 additions and 71 deletions

View file

@ -2,7 +2,6 @@
inherit (prev) lib;
in
[
./rime-ice.nix
./TrackersListCollection.nix
./OuterWildsTextAdventure.nix
./editor-runtime.nix

View file

@ -1,5 +0,0 @@
{outputs, ...}: final: prev: let
inherit (prev.stdenv.hostPlatform) system;
in {
rime-ice = outputs.packages."${system}".rime-ice;
}