1
mirror of https://github.com/wlcx/home.git synced 2026-06-17 22:23:12 +01:00
home/pkgs/default.nix

6 lines
92 B
Nix

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