21 lines
447 B
Nix
21 lines
447 B
Nix
{...} @ args: final: prev: let
|
|
inherit (prev) lib;
|
|
in
|
|
with lib;
|
|
pipe
|
|
[
|
|
./TrackersListCollection.nix
|
|
./OuterWildsTextAdventure.nix
|
|
./editor-runtime.nix
|
|
./wallpapers.nix
|
|
./rime-all.nix
|
|
./doom-emacs.nix
|
|
./iosevka-serif_fixed.nix
|
|
|
|
./pkgsNoCuda.nix
|
|
./linux-cachyos.nix
|
|
]
|
|
[
|
|
(map (file: import file args))
|
|
(overlays: (composeManyExtensions overlays) final prev)
|
|
]
|