{vars, ...}: let inherit (vars) username hostName; profile = "${username}@${hostName}"; in { ${username} = { imports = [ ../profiles/home-manager/${profile}/home.nix ]; }; }