nixos/zsh: make enableGlobalCompInit description less ambiguous

Changed files
+1 -1
nixos
modules
programs
zsh
+1 -1
nixos/modules/programs/zsh/zsh.nix
···
description = ''
Enable execution of compinit call for all interactive zsh shells.
-
This option can be used if the user wants to extend its
+
This option can be disabled if the user wants to extend its
<literal>fpath</literal> and a custom <literal>compinit</literal>
call in the local config is required.
'';