{ nixpkgs, system }: { systemHome = nixpkgs.lib.nixosSystem { inherit system; modules = [ ../system/configuration.nix ../system/machine/home ]; }; }