lol

oh-my-zsh module: reword & fix manual build

docbook interpreted this as a tag and this sounded as if the option
defaulted to putting the cached directory into the nix store.

cc @Ma27 @fpletz

+1 -1
+1 -1
nixos/modules/programs/zsh/oh-my-zsh.nix
··· 54 54 type = types.str; 55 55 description = '' 56 56 Cache directory to be used by `oh-my-zsh`. 57 - Default is /nix/store/<oh-my-zsh>/cache. 57 + Without this option it would default to the read-only nix store. 58 58 ''; 59 59 }; 60 60 };