{ config, lib, pkgs, modulesPath, ... }:{ imports = [ (modulesPath + "/installer/scan/not-detected.nix") # TODO is this necessary? ./cpu.nix ./gpu.nix ./boot.nix ./filesystems.nix ]; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; }