diff --git a/options.html b/options.html index 3f9d1cbb0..3c9defa22 100644 --- a/options.html +++ b/options.html @@ -9433,21 +9433,21 @@ If false just the exec scripts are run.

Type:

services.xsuspender.rules.<name>.suspendSubtreePattern

Also suspend descendant processes that match this regex.

Type: null or string

Default: null

Declared by:

<home-manager/modules/services/xsuspender.nix> -
specialization

A set of named specialized configurations. These can be used to extend +

specialisation

A set of named specialized configurations. These can be used to extend your base configuration with additional settings. For example, you can -have specializations named light and dark +have specialisations named light and dark that applies light and dark color theme configurations.

Note, this is an experimental option for now and you therefore have to -activate the specialization by looking up and running the activation +activate the specialisation by looking up and running the activation script yourself. Note, running the activation script will create a new Home Manager generation.

-For example, to activate the dark specialization. You can +For example, to activate the dark specialisation. You can first look up your current Home Manager generation by running

@@ -9458,7 +9458,7 @@ first look up your current Home Manager generation by running
 then run
 
 

-  $ /nix/store/jy…ac-home-manager-generation/specialization/dark/activate
+  $ /nix/store/jy…ac-home-manager-generation/specialisation/dark/activate
   Starting Home Manager activation
   …
 

@@ -9466,10 +9466,10 @@ then run

WARNING! Since this option is experimental, the activation process may -change in backwards incompatible ways.

Type: attribute set of (submodule)

Default: { }

Declared by:

- <home-manager/modules/misc/specialization.nix> -
specialization.<name>.configuration

Arbitrary Home Manager configuration settings.

Type: submodule

Default: { }

Declared by:

- <home-manager/modules/misc/specialization.nix> +change in backwards incompatible ways.

Type: attribute set of (submodule)

Default: { }

Declared by:

+ <home-manager/modules/misc/specialisation.nix> +
specialisation.<name>.configuration

Arbitrary Home Manager configuration settings.

Type: submodule

Default: { }

Declared by:

+ <home-manager/modules/misc/specialisation.nix>
systemd.user.automounts

Definition of systemd per-user automount units. Attributes are merged recursively.