MyNixOS website logo

The user's home directory. Must be an absolute path.

If Home Manager is installed as a NixOS or nix-darwin submodule, it is set to osConfig.users.users.<name>.home.

Declarations
Type
absolute path
Default
{
  _type = "literalMD";
  text = ''
    `''$HOME`,   for state version &lt; 20.09
    undefined, otherwise.
  '';
}
Example
"/home/jane.doe"