programs.zsh.dotDir

Directory where the zsh configuration and more should be located, relative to the users home directory. The default is the home directory.

Type
null or string
Default
if config.xdg.enable && lib.versionAtLeast config.home.stateVersion "26.05" then
  "${config.xdg.configHome}/zsh"
else
  config.home.homeDirectory
Example
"${config.xdg.configHome}/zsh"
Declared
<home-manager/modules/programs/zsh>