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