{ self, nixpkgs, ... } @ inputs: { "boopy@alpha" = self.lib.mkHome { username = "boopy"; hostname = "alpha"; system = "x86_64-linux"; pkgs = import nixpkgs { system = "x86_64-linux"; overlays = with inputs; [ chaotic-nixpkgs.overlay ]; }; extraModules = [ ./profiles ./profiles/base ./profiles/browsing ./profiles/development ./profiles/messaging ./profiles/multimedia ./profiles/research ]; version = "22.05"; }; }