Files
nixos/hardware.nix
2026-04-20 19:03:27 -10:00

9 lines
191 B
Nix

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