1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 08:31:03 +01:00
This commit is contained in:
khaneliman 2025-08-06 01:34:41 +00:00
parent 2440876d52
commit 2a5074b45e

View file

@ -62788,6 +62788,207 @@ string</p>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.sherlock.enable"></a><a class="term" href="options.xhtml#opt-programs.sherlock.enable"><code class="option">programs.sherlock.enable</code>
</a>
</span>
</dt>
<dd>
<p>Enable Sherlock, a fast and lightweight application launcher for Wayland.</p><p>See <a class="link" href="https://github.com/Skxxtz/sherlock" target="_top">https://github.com/Skxxtz/sherlock</a> for more information.</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/sherlock.nix" target="_top">
&lt;home-manager/modules/programs/sherlock.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.sherlock.package"></a><a class="term" href="options.xhtml#opt-programs.sherlock.package"><code class="option">programs.sherlock.package</code>
</a>
</span>
</dt>
<dd>
<p>The sherlock package to use.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or package</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.sherlock-launcher</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/sherlock.nix" target="_top">
&lt;home-manager/modules/programs/sherlock.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.sherlock.aliases"></a><a class="term" href="options.xhtml#opt-programs.sherlock.aliases"><code class="option">programs.sherlock.aliases</code>
</a>
</span>
</dt>
<dd>
<p>Defines custom aliases.</p><p>Written to <code class="literal">sherlock_alias.json</code>.</p><p>See <a class="link" href="https://github.com/Skxxtz/sherlock/blob/main/docs/aliases.md" target="_top">https://github.com/Skxxtz/sherlock/blob/main/docs/aliases.md</a> for more information.</p>
<p><span class="emphasis"><em>Type:</em></span>
JSON value</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
&quot;NixOS Wiki&quot; = {
exec = &quot;firefox https://nixos.wiki/index.php?search=%s&quot;;
icon = &quot;nixos&quot;;
keywords = &quot;nix wiki docs&quot;;
name = &quot;NixOS Wiki&quot;;
};
}
</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/sherlock.nix" target="_top">
&lt;home-manager/modules/programs/sherlock.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.sherlock.ignore"></a><a class="term" href="options.xhtml#opt-programs.sherlock.ignore"><code class="option">programs.sherlock.ignore</code>
</a>
</span>
</dt>
<dd>
<p>A list of desktop entry IDs to ignore.</p><p>Written to <code class="literal">sherlockignore</code>.</p><p>See <a class="link" href="https://github.com/Skxxtz/sherlock/blob/main/docs/sherlockignore.md" target="_top">https://github.com/Skxxtz/sherlock/blob/main/docs/sherlockignore.md</a> for more information.</p>
<p><span class="emphasis"><em>Type:</em></span>
strings concatenated with “\n”</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">&quot;&quot;</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">&#x27;&#x27;
hicolor-icon-theme.desktop
user-dirs.desktop
&#x27;&#x27;
</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/sherlock.nix" target="_top">
&lt;home-manager/modules/programs/sherlock.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.sherlock.launchers"></a><a class="term" href="options.xhtml#opt-programs.sherlock.launchers"><code class="option">programs.sherlock.launchers</code>
</a>
</span>
</dt>
<dd>
<p>Defines fallback launchers.</p><p>Written to <code class="literal">fallback.json</code>.</p><p>See <a class="link" href="https://github.com/Skxxtz/sherlock/blob/main/docs/launchers.md" target="_top">https://github.com/Skxxtz/sherlock/blob/main/docs/launchers.md</a> for more information.</p>
<p><span class="emphasis"><em>Type:</em></span>
JSON value</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">[ ]</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/sherlock.nix" target="_top">
&lt;home-manager/modules/programs/sherlock.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.sherlock.settings"></a><a class="term" href="options.xhtml#opt-programs.sherlock.settings"><code class="option">programs.sherlock.settings</code>
</a>
</span>
</dt>
<dd>
<p>Configuration for Sherlock.</p><p>Written to <code class="literal">config.toml</code>.</p><p>See <a class="link" href="https://github.com/Skxxtz/sherlock/blob/main/docs/config.md" target="_top">https://github.com/Skxxtz/sherlock/blob/main/docs/config.md</a> for available options.</p>
<p><span class="emphasis"><em>Type:</em></span>
TOML value</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
max_results = 8;
theme = &quot;dark&quot;;
width = 500;
}
</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/sherlock.nix" target="_top">
&lt;home-manager/modules/programs/sherlock.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.sherlock.style"></a><a class="term" href="options.xhtml#opt-programs.sherlock.style"><code class="option">programs.sherlock.style</code>
</a>
</span>
</dt>
<dd>
<p>Custom CSS to style the Sherlock UI.</p><p>Written to <code class="literal">main.css</code>.</p>
<p><span class="emphasis"><em>Type:</em></span>
strings concatenated with “\n”</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">&quot;&quot;</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">&#x27;&#x27;
window {
background-color: #2E3440;
}
&#x27;&#x27;
</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/sherlock.nix" target="_top">
&lt;home-manager/modules/programs/sherlock.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.sioyek.enable"></a><a class="term" href="options.xhtml#opt-programs.sioyek.enable"><code class="option">programs.sioyek.enable</code>