diff --git a/options.xhtml b/options.xhtml index 387250cd7..1c430c429 100644 --- a/options.xhtml +++ b/options.xhtml @@ -107506,6 +107506,38 @@ boolean

Example: false

+

Declared by:

+ + +
+ +<home-manager/modules/services/window-managers/i3-sway/sway.nix> + +
+ +
+ + wayland.windowManager.sway.systemd.dbusImplementation + + +
+
+

The D-Bus implementation used on the system. +This affects which tool is used to import environment variables when starting the Sway session. +On NixOS, this should match the value of the option services.dbus.implementation (NixOS). +When set to dbus, dbus-update-activation-environment --systemd <variables> is run. +Otherwise, when set to broker, systemctl --user import-environment <variables> is run. +See https://github.com/swaywm/sway/wiki#systemd-and-dbus-activation-environments for more documentation.

+ +

Type: +one of “dbus”, “broker”

+ +

Default: +"dbus"

+ +

Example: +"broker"

+

Declared by: