1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 16:41:04 +01:00
This commit is contained in:
khaneliman 2025-05-30 00:13:47 +00:00
parent 53dd70fcfa
commit c87fd312ba

View file

@ -68886,6 +68886,62 @@ YAML value</p>
</code></pre> </code></pre>
<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/programs/yambar.nix" target="_top">
&lt;home-manager/modules/programs/yambar.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.yambar.systemd.enable"></a><a class="term" href="options.xhtml#opt-programs.yambar.systemd.enable"><code class="option">programs.yambar.systemd.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable yambar systemd integration.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">false</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">true</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/programs/yambar.nix" target="_top">
&lt;home-manager/modules/programs/yambar.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.yambar.systemd.target"></a><a class="term" href="options.xhtml#opt-programs.yambar.systemd.target"><code class="option">programs.yambar.systemd.target</code>
</a>
</span>
</dt>
<dd>
<p>The systemd target that will automatically start the yambar service.</p><p>When setting this value to <code class="literal">&quot;sway-session.target&quot;</code>,
make sure to also enable <code class="option">wayland.windowManager.sway.systemd.enable</code>,
otherwise the service may never be started.</p>
<p><span class="emphasis"><em>Type:</em></span>
string</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">&quot;graphical-session.target&quot;</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;sway-session.target&quot;</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>