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.