lol

nixos/manual: mentioning other zsh options at program.zsh.enable

fixes #13224

+4 -1
+4 -1
nixos/modules/programs/zsh/zsh.nix
··· 25 enable = mkOption { 26 default = false; 27 description = '' 28 - Whether to configure zsh as an interactive shell. 29 ''; 30 type = types.bool; 31 };
··· 25 enable = mkOption { 26 default = false; 27 description = '' 28 + Whether to configure zsh as an interactive shell. To enable zsh for 29 + a particular user, use the <option>users.users.&lt;name?&gt;.shell</option> 30 + option for that user. To enable zsh system-wide use the 31 + <option>users.defaultUserShell</option> option. 32 ''; 33 type = types.bool; 34 };