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