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