- remove package rime-ice - remove overlay of rime-ice - regenerate nvfetcher - add configuration for rime-ice - add zhwiki and moegirl as dict
10 lines
255 B
Nix
10 lines
255 B
Nix
{...} @ args: final: prev: let
|
|
inherit (prev) lib;
|
|
in
|
|
[
|
|
./TrackersListCollection.nix
|
|
./OuterWildsTextAdventure.nix
|
|
./editor-runtime.nix
|
|
]
|
|
|> map (file: import file args)
|
|
|> (overlays: (lib.composeManyExtensions overlays) final prev)
|