{ lib, pkgs, modulesPath, ... }: { imports = [ #(modulesPath + "/profiles/minimal.nix") #(modulesPath + "/profiles/perlless.nix") ]; hardware.enableAllHardware = lib.mkForce false; }