mirror of
https://github.com/wlcx/home.git
synced 2026-01-03 05:03:46 +00:00
6 lines
92 B
Nix
6 lines
92 B
Nix
# TODO: auto import everything
|
|
{ pkgs, ... }:
|
|
{
|
|
qrclip = pkgs.callPackage ./qrclip { };
|
|
}
|