MyNixOS website logo

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

Declarations
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"