- Create lib/mkFleet.nix to expose fleet generator as library function - Allow external flakes to use Athenix's fleet logic with custom inventory - Export lib output in flake.nix with proper input passing - Enable usage: nixosConfigurations = athenix.lib.mkFleet { fleet = ...; hwTypes = ...; }