mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 16:41:04 +01:00
deploy: a4f9ab0005
This commit is contained in:
parent
ea66a576f4
commit
824706c800
1 changed files with 32 additions and 0 deletions
|
|
@ -107506,6 +107506,38 @@ boolean</p>
|
||||||
<p><span class="emphasis"><em>Example:</em></span>
|
<p><span class="emphasis"><em>Example:</em></span>
|
||||||
<code class="literal">false</code></p>
|
<code class="literal">false</code></p>
|
||||||
|
|
||||||
|
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||||
|
<table border="0" summary="Simple list" class="simplelist">
|
||||||
|
<tr><td>
|
||||||
|
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/services/window-managers/i3-sway/sway.nix" target="_top">
|
||||||
|
<home-manager/modules/services/window-managers/i3-sway/sway.nix>
|
||||||
|
</a></code>
|
||||||
|
</td></tr>
|
||||||
|
</table>
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<span class="term">
|
||||||
|
<a id="opt-wayland.windowManager.sway.systemd.dbusImplementation"></a><a class="term" href="options.xhtml#opt-wayland.windowManager.sway.systemd.dbusImplementation"><code class="option">wayland.windowManager.sway.systemd.dbusImplementation</code>
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
<p>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 <a class="link" href="https://nixos.org/manual/nixos/stable/options#opt-services.dbus.implementation" target="_top"><code class="literal">services.dbus.implementation</code> (NixOS)</a>.
|
||||||
|
When set to <code class="literal">dbus</code>, <code class="literal">dbus-update-activation-environment --systemd <variables></code> is run.
|
||||||
|
Otherwise, when set to <code class="literal">broker</code>, <code class="literal">systemctl --user import-environment <variables></code> is run.
|
||||||
|
See <a class="link" href="https://github.com/swaywm/sway/wiki#systemd-and-dbus-activation-environments" target="_top">https://github.com/swaywm/sway/wiki#systemd-and-dbus-activation-environments</a> for more documentation.</p>
|
||||||
|
|
||||||
|
<p><span class="emphasis"><em>Type:</em></span>
|
||||||
|
one of “dbus”, “broker”</p>
|
||||||
|
|
||||||
|
<p><span class="emphasis"><em>Default:</em></span>
|
||||||
|
<code class="literal">"dbus"</code></p>
|
||||||
|
|
||||||
|
<p><span class="emphasis"><em>Example:</em></span>
|
||||||
|
<code class="literal">"broker"</code></p>
|
||||||
|
|
||||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||||
<table border="0" summary="Simple list" class="simplelist">
|
<table border="0" summary="Simple list" class="simplelist">
|
||||||
<tr><td>
|
<tr><td>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue