From 824706c80037b6bdd1cd03a48deaafd082dbc5f2 Mon Sep 17 00:00:00 2001
From: khaneliman
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: