1
mirror of https://github.com/wlcx/home.git synced 2025-10-11 22:43:44 +01:00
home/pkgs/default.nix

5 lines
89 B
Nix

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