add overlays, pkgs
This commit is contained in:
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 { });
|
||||
}
|
||||
Reference in New Issue
Block a user