mirror of
https://github.com/wlcx/home.git
synced 2025-12-11 12:53:45 +00:00
5 lines
89 B
Nix
5 lines
89 B
Nix
# TODO: auto import everything
|
|
{pkgs, ...}: {
|
|
qrclip = pkgs.callPackage ./qrclip {};
|
|
}
|