add pkgs and overlays to nb config
This commit is contained in:
parent
e2353a4f97
commit
7a0d60c17c
32 changed files with 8917 additions and 0 deletions
5
hosts/nb-01.cloonar.com/overlays/packages.nix
Normal file
5
hosts/nb-01.cloonar.com/overlays/packages.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
self: super: {
|
||||
bento = (super.callPackage ../pkgs/bento { });
|
||||
howdy = (super.callPackage ../pkgs/howdy { });
|
||||
linux-enable-ir-emitter = (super.callPackage ../pkgs/linux-enable-ir-emitter { });
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue