{
config,
lib,
...
}:
with lib;
let
zshCfg = config.modules.zsh;
in
config = mkIf zshCfg.enable {
programs.zsh.enable = true;
};
}