{ config, lib, pkgs, ... }: let inherit (lib) getName mkMerge; in { config = mkMerge [ { programs.zsh.enable = true; } ]; }