{ self, unstable, ... } @ inputs: { "zach@alpha" = self.lib.mkHome { username = "zach"; hostname = "alpha"; pkgs = import unstable { system = "x86_64-linux"; overlays = with inputs; [ chaotic-nixpkgs.overlay rust.overlays.default ]; }; extraModules = [ ./profiles/populate.nix ./profiles/base ./profiles/browsing ./profiles/development ./profiles/messaging ./profiles/multimedia ./profiles/research ]; version = "22.05"; }; "o32@kompakt" = self.lib.mkHome { username = "o32"; hostname = "kompakt"; pkgs = import unstable { system = "aarch64-darwin"; overlays = with inputs; [ rust.overlays.default (import ../darwin/darwin-x86.nix { inherit unstable; }) ]; }; extraModules = [ ./profiles/populate.nix ./profiles/base-darwin ./profiles/development ./profiles/messaging ./profiles/research ./profiles/fonts ]; version = "22.05"; }; }