From 6c929a769af79378478be0f270a411f2b2b3ef1e Mon Sep 17 00:00:00 2001
From: sumnerevans
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