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