{
config,
pkgs,
lib,
...
}: {
home-manager.users."${config.local.username}" = {...}: {imports = [./home.nix];};
}