MyNixOS website logo

The profile directory where Home Manager generations are installed.

Declarations
Type
absolute path
Default
{
  _type = "literalMD";
  text = ''
    - `/etc/profiles/per-user/''${home.username}`, if Home Manager is installed as
      a submodule and `home-manager.useUserPackages` is enabled, else
    - `''${xdg.stateHome}/nix/profile`, if `nix.useXdg` is enabled, else
    - `''${home.homeDirectory}/.nix-profile`.
  '';
}