{ substituteAll, pkgs }: substituteAll { name = "lock"; src = ./lock.sh; dir = "bin"; isExecutable = true; inherit (pkgs) i3lock; }