From 824706c80037b6bdd1cd03a48deaafd082dbc5f2 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Sun, 29 Jun 2025 23:10:47 +0000 Subject: [PATCH] deploy: a4f9ab000564187663c79e2dd68c74bae98012e7 --- options.xhtml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) 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: