diff --git a/options.html b/options.html index 7360a2c2..5a8168bf 100644 --- a/options.html +++ b/options.html @@ -15847,6 +15847,31 @@ attribute set of (signed integer or string)

Def { }

Example:

{
   EDITOR = "vim";
 }
+

Declared by:

+<home-manager/modules/systemd.nix> +
systemd.user.settings

Extra config options for user session service manager. See systemd-user.conf(5) for +available options.

Type: +attribute set of attribute set of (INI atom (null, bool, int, float or string) or a list of them for duplicate keys)

Default: +{ }

Example:

{
+  Manager.DefaultCPUAccounting = true;
+}
+
+

Declared by:

+<home-manager/modules/systemd.nix> +
systemd.user.settings.Manager.DefaultEnvironment

Configures environment variables passed to all executed processes.

Type: +attribute set of (null or string or path or package)

Default: +{ }

Example:

{
+  PATH = "%u/bin:%u/.cargo/bin";
+}
+
+

Declared by:

+<home-manager/modules/systemd.nix> +
systemd.user.settings.Manager.ManagerEnvironment

Sets environment variables just for the manager process itself.

Type: +attribute set of (null or string or path or package)

Default: +{ }

Example:

{
+  PATH = "%u/bin:%u/.cargo/bin";
+}
+
 

Declared by:

<home-manager/modules/systemd.nix>
systemd.user.slices

Definition of systemd per-user slice units. Attributes are