mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
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 {
|
||||
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.<name?>.shell</option>
|
||||
option for that user. To enable zsh system-wide use the
|
||||
<option>users.defaultUserShell</option> option.
|
||||
'';
|
||||
type = types.bool;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user