25 lines
395 B
Nix
25 lines
395 B
Nix
{ ... }@args:
|
|
final: prev:
|
|
let
|
|
inherit (prev) lib;
|
|
in
|
|
[
|
|
./niri.nix
|
|
./juicity.nix
|
|
./dae.nix
|
|
./spotifyx.nix
|
|
./radicle-explorer.nix
|
|
./wshowkeys.nix
|
|
# ./QQ.nix
|
|
./helix.nix
|
|
./cliphist.nix
|
|
./zulip.nix
|
|
./spotifyd.nix
|
|
./nautilus.nix
|
|
|
|
# Nur
|
|
./nur.nix
|
|
./nur-ataraxiasejel.nix
|
|
]
|
|
|> map (file: import file args)
|
|
|> (overlays: (lib.composeManyExtensions overlays) final prev)
|