diff --git a/options.html b/options.html index 2753a7555..bf8f5a083 100644 --- a/options.html +++ b/options.html @@ -1001,11 +1001,11 @@ configured to find those symbols.

Type:

home.enableNixpkgsReleaseCheck

Determines whether to check for release version mismatch between Home Manager and Nixpkgs. Using mismatched versions is likely to cause errors and unexpected behavior. It is therefore highly recommended to use a -release of Home Manager than corresponds with your chosen release of +release of Home Manager that corresponds with your chosen release of Nixpkgs.

When this option is enabled and a mismatch is detected then a warning -will be printed when the user configuration is being built.

Type: boolean

Default: false

Declared by:

+will be printed when the user configuration is being built.

Type: boolean

Default: true

Declared by:

<home-manager/modules/home-environment.nix>
home.packages

The set of packages to appear in the user environment.

Type: list of package

Default: [ ]

Declared by:

<home-manager/modules/home-environment.nix>