zsh doc: precise environment.shellAliases

Changed files
+3 -2
nixos
modules
programs
zsh
+3 -2
nixos/modules/programs/zsh/zsh.nix
···
shellAliases = mkOption {
default = config.environment.shellAliases;
description = ''
-
Set of aliases for zsh shell. See <option>environment.shellAliases</option>
-
for an option format description.
+
Set of aliases for zsh shell. Overrides the default value taken from
+
<option>environment.shellAliases</option>.
+
See <option>environment.shellAliases</option> for an option format description.
'';
type = types.attrs; # types.attrsOf types.stringOrPath;
};