{ config, pkgs, lib, user, inputs, flakeRoot, ... }: { imports = [ ./boot.nix ./hardware-configuration.nix ./machine.nix inputs.home-manager.nixosModules.home-manager ]; }