1
0
Fork 0
nix-overlay/overlay.nix

10 lines
167 B
Nix
Raw Normal View History

2021-12-14 17:54:48 +00:00
_: super:
let custom = super.callPackage ./packages.nix { }; in
{
2022-03-19 21:12:18 +00:00
inherit (custom) agilebits-op;
2022-01-06 21:55:26 +00:00
inherit (custom) cliclick;
inherit (custom) proximity-sort;
2021-12-14 17:54:48 +00:00
}