This commit is contained in:
khaneliman
2025-12-06 04:36:03 +00:00
parent 1b80f4832e
commit 457ee97c47

View File

@@ -98050,6 +98050,99 @@ string</p>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.hyprlauncher.enable"></a><a class="term" href="options.xhtml#opt-services.hyprlauncher.enable"><code class="option">services.hyprlauncher.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable hyprlauncher.</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/services/hyprlauncher.nix" target="_top">
&lt;home-manager/modules/services/hyprlauncher.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.hyprlauncher.package"></a><a class="term" href="options.xhtml#opt-services.hyprlauncher.package"><code class="option">services.hyprlauncher.package</code>
</a>
</span>
</dt>
<dd>
<p>The hyprlauncher 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.hyprlauncher</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/hyprlauncher.nix" target="_top">
&lt;home-manager/modules/services/hyprlauncher.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.hyprlauncher.settings"></a><a class="term" href="options.xhtml#opt-services.hyprlauncher.settings"><code class="option">services.hyprlauncher.settings</code>
</a>
</span>
</dt>
<dd>
<p>Configuration settings for hyprlauncher. All the available options can be found here:
<a class="link" href="https://wiki.hypr.land/Hypr-Ecosystem/hyprlauncher/#config" target="_top">https://wiki.hypr.land/Hypr-Ecosystem/hyprlauncher/#config</a></p>
<p><span class="emphasis"><em>Type:</em></span>
Hyprland configuration 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">{
cache = {
enabled = true;
};
finders = {
desktop_icons = true;
math_prefix = &quot;=&quot;;
};
general = {
grab_focus = true;
};
ui = {
window_size = &quot;400 260&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/services/hyprlauncher.nix" target="_top">
&lt;home-manager/modules/services/hyprlauncher.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.hyprpaper.enable"></a><a class="term" href="options.xhtml#opt-services.hyprpaper.enable"><code class="option">services.hyprpaper.enable</code>