diff --git a/nixos/modules/programs/zsh/zsh.nix b/nixos/modules/programs/zsh/zsh.nix
index 6fb1346bbb3..5102bfef032 100644
--- a/nixos/modules/programs/zsh/zsh.nix
+++ b/nixos/modules/programs/zsh/zsh.nix
@@ -36,8 +36,9 @@ in
shellAliases = mkOption {
default = config.environment.shellAliases;
description = ''
- Set of aliases for zsh shell. See
- for an option format description.
+ Set of aliases for zsh shell. Overrides the default value taken from
+ .
+ See for an option format description.
'';
type = types.attrs; # types.attrsOf types.stringOrPath;
};