nixos/manual: mentioning other zsh options at program.zsh.enable
fixes #13224
This commit is contained in:
parent
5d7adc7b09
commit
095c7aefe1
@ -25,7 +25,10 @@ in
|
|||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
default = false;
|
default = false;
|
||||||
description = ''
|
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.<name?>.shell</option>
|
||||||
|
option for that user. To enable zsh system-wide use the
|
||||||
|
<option>users.defaultUserShell</option> option.
|
||||||
'';
|
'';
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user