1
mirror of https://github.com/wlcx/home.git synced 2025-12-11 12:53:45 +00:00
home/pkgs/default.nix

5 lines
89 B
Nix

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