mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 16:41:04 +01:00
deploy: c4650fb9c0
This commit is contained in:
parent
00d19ab9a9
commit
fa8b3f3536
1 changed files with 8 additions and 6 deletions
|
|
@ -62307,20 +62307,22 @@ list of string</p>
|
||||||
</dd>
|
</dd>
|
||||||
<dt>
|
<dt>
|
||||||
<span class="term">
|
<span class="term">
|
||||||
<a id="opt-services.cliphist.systemdTarget"></a><a class="term" href="options.xhtml#opt-services.cliphist.systemdTarget"><code class="option">services.cliphist.systemdTarget</code>
|
<a id="opt-services.cliphist.systemdTargets"></a><a class="term" href="options.xhtml#opt-services.cliphist.systemdTargets"><code class="option">services.cliphist.systemdTargets</code>
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p>The systemd target that will automatically start the cliphist service.</p><p>When setting this value to <code class="literal">"sway-session.target"</code>,
|
<p>The systemd targets that will automatically start the cliphist service.</p><p>When setting this value to <code class="literal">["sway-session.target"]</code>,
|
||||||
make sure to also enable <code class="option">wayland.windowManager.sway.systemd.enable</code>,
|
make sure to also enable <code class="option">wayland.windowManager.sway.systemd.enable</code>,
|
||||||
otherwise the service may never be started.</p>
|
otherwise the service may never be started.</p><p>Note: A single string value is deprecated, please use a list.</p>
|
||||||
|
|
||||||
<p><span class="emphasis"><em>Type:</em></span>
|
<p><span class="emphasis"><em>Type:</em></span>
|
||||||
string</p>
|
(list of string) or string</p>
|
||||||
|
|
||||||
<p><span class="emphasis"><em>Default:</em></span>
|
<p><span class="emphasis"><em>Default:</em></span></p><pre><code class="programlisting">[
|
||||||
<code class="literal">"graphical-session.target"</code></p>
|
"graphical-session.target"
|
||||||
|
]
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
<p><span class="emphasis"><em>Example:</em></span>
|
<p><span class="emphasis"><em>Example:</em></span>
|
||||||
<code class="literal">"sway-session.target"</code></p>
|
<code class="literal">"sway-session.target"</code></p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue