Update overlay.nix
This commit is contained in:
parent
959f6386f4
commit
ff8fd2dcfd
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue