{ self, inputs, ... }: {
flake.nixosConfigurations.crow = inputs.nixpkgs.lib.nixosSystem {
modules = [ self.nixosModules.crowConfiguration ];
};
}