This website requires JavaScript.
Explore
Help
Sign In
samw
/
home
mirror of
https://github.com/wlcx/home.git
Watch
1
Fork
You've already forked home
0
Code
Issues
Projects
Releases
Wiki
Activity
d9f98ae96a
home
/
pkgs
/
default.nix
5 lines
87 B
Nix
Raw
Normal View
History
Unescape
Escape
Add stub flake interface to local packages
2022-03-09 12:41:46 +00:00
# TODO: auto import everything
Add qrclip convenience script
2022-03-10 16:32:40 +00:00
{
pkgs
}:
{
qrclip
=
pkgs
.
callPackage
./qrclip
{
}
;
}