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
58e331678d
home
/
pkgs
/
default.nix
5 lines
89 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
Format with alejandra
2022-06-14 02:00:46 +01:00
{
pkgs
,
.
.
.
}:
{
qrclip
=
pkgs
.
callPackage
./qrclip
{
}
;
Add qrclip convenience script
2022-03-10 16:32:40 +00:00
}