From 6c929a769af79378478be0f270a411f2b2b3ef1e Mon Sep 17 00:00:00 2001 From: sumnerevans Date: Tue, 7 Nov 2023 14:56:07 +0000 Subject: [PATCH] deploy: 6a8444467c83c961e2f5ff64fb4f422e303c98d3 --- options.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/options.html b/options.html index 7360a2c29..5a8168bf0 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