mirror of
https://github.com/wlcx/home.git
synced 2025-12-08 19:43:46 +00:00
6 lines
92 B
Nix
6 lines
92 B
Nix
# TODO: auto import everything
|
|
{ pkgs, ... }:
|
|
{
|
|
qrclip = pkgs.callPackage ./qrclip { };
|
|
}
|