I am batman

This commit is contained in:
2026-07-10 20:07:29 -04:00
commit 4aac54bff6
175 changed files with 18136 additions and 0 deletions

8
overlays/default.nix Normal file
View File

@@ -0,0 +1,8 @@
{
# Overlay custom derivations into nixpkgs so you can use pkgs.<name>
# These packages are automatically available in all modules and configurations
customPackages = final: _prev:
import ../pkgs {
pkgs = final;
};
}