{ config, lib, ... }: with lib; let cfg = config.modules.zsh; in { options.modules.zsh = { enable = mkEnableOption { description = "Install ZSH"; default = true; }; }; }