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