{ self, inputs, ... }: { flake.nixosModules.fioHardware = { config, lib, pkgs, modulesPath, ... }: { imports = [ (modulesPath + "/installer/scan/not-detected.nix") ]; }; }