nixos/overlays/modifications/default.nix

28 lines
529 B
Nix

{...} @ args: final: prev: let
inherit (prev) lib;
in
with lib;
pipe
[
./niri.nix
./spotifyx.nix
./radicle-explorer.nix
./wshowkeys.nix
# ./QQ.nix
./helix.nix
./zulip.nix
./nautilus.nix
./neovim-nightly.nix
./vim.nix
./prismlauncher.nix
./fix-ffmpeg_7-full.nix
./fix-kdePackages.kdenlive.nix
# Nur
./nur.nix
]
[
(map (file: import file args))
(overlays: (composeManyExtensions overlays) final prev)
]