nixos/manual: mentioning other zsh options at program.zsh.enable

fixes #13224
This commit is contained in:
Rok Garbas 2016-09-04 16:30:07 +02:00
parent 5d7adc7b09
commit 095c7aefe1
No known key found for this signature in database
GPG Key ID: A0E01EF44C27BF00

View File

@ -25,7 +25,10 @@ in
enable = mkOption {
default = false;
description = ''
Whether to configure zsh as an interactive shell.
Whether to configure zsh as an interactive shell. To enable zsh for
a particular user, use the <option>users.users.&lt;name?&gt;.shell</option>
option for that user. To enable zsh system-wide use the
<option>users.defaultUserShell</option> option.
'';
type = types.bool;
};