1
mirror of https://github.com/wlcx/home.git synced 2025-12-08 19:43:46 +00:00
home/pkgs/default.nix

6 lines
92 B
Nix

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