1
0
Fork 0

Update overlay.nix

This commit is contained in:
Daniel Kempkens 2022-01-06 22:55:26 +01:00
parent 959f6386f4
commit ff8fd2dcfd

View file

@ -4,5 +4,6 @@ let custom = super.callPackage ./packages.nix { }; in
{ {
inherit custom; inherit custom;
cliclick = custom.cliclick; inherit (custom) cliclick;
inherit (custom) proximity-sort;
} }