···25 enable = mkOption {
26 default = false;
27 description = ''
28- Whether to configure zsh as an interactive shell.
00029 '';
30 type = types.bool;
31 };
···25 enable = mkOption {
26 default = false;
27 description = ''
28+ Whether to configure zsh as an interactive shell. To enable zsh for
29+ a particular user, use the <option>users.users.<name?>.shell</option>
30+ option for that user. To enable zsh system-wide use the
31+ <option>users.defaultUserShell</option> option.
32 '';
33 type = types.bool;
34 };