···2525 enable = mkOption {
2626 default = false;
2727 description = ''
2828- Whether to configure zsh as an interactive shell.
2828+ Whether to configure zsh as an interactive shell. To enable zsh for
2929+ a particular user, use the <option>users.users.<name?>.shell</option>
3030+ option for that user. To enable zsh system-wide use the
3131+ <option>users.defaultUserShell</option> option.
2932 '';
3033 type = types.bool;
3134 };