mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
deploy: 571c5eed1d
This commit is contained in:
@@ -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">
|
||||
<home-manager/modules/services/hyprlauncher.nix>
|
||||
</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">
|
||||
<home-manager/modules/services/hyprlauncher.nix>
|
||||
</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 = "=";
|
||||
};
|
||||
general = {
|
||||
grab_focus = true;
|
||||
};
|
||||
ui = {
|
||||
window_size = "400 260";
|
||||
};
|
||||
}
|
||||
</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">
|
||||
<home-manager/modules/services/hyprlauncher.nix>
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user