nixos/zsh: make enableGlobalCompInit description less ambiguous

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