home/pkgs/default.nix

5 lines
89 B
Nix

# TODO: auto import everything
{pkgs, ...}: {
qrclip = pkgs.callPackage ./qrclip {};
}