add overlays, pkgs
This commit is contained in:
parent
c7aef44265
commit
e21a47a2b5
34 changed files with 8812 additions and 2 deletions
5
utils/overlays/packages.nix
Normal file
5
utils/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