Compare commits

...

3 Commits

Author SHA1 Message Date
khaneliman
54bc814c34 deploy: a97b0a0999 2026-01-07 15:48:58 +00:00
teto
aab02acbc3 deploy: aea57993a8 2026-01-07 13:23:39 +00:00
teto
de261eac51 deploy: 93da26b426 2026-01-07 12:32:13 +00:00

View File

@@ -28399,13 +28399,10 @@ boolean</p>
</span>
</dt>
<dd>
<p>Whether to enable Fish integration.</p><p>Note, enabling the direnv module will always activate its functionality
for Fish since the direnv package automatically gets loaded in Fish.
If this is not the case try adding</p><pre><code class="programlisting nix">environment.pathsToLink = [ &quot;/share/fish&quot; ];
</code></pre><p>to the system configuration.</p>
<p>Whether to enable Fish integration.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean <span class="emphasis"><em>(read only)</em></span></p>
boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<a class="xref" href="options.xhtml#opt-home.shell.enableFishIntegration" ><code class="option">home.shell.enableFishIntegration</code></a></p>
@@ -123975,6 +123972,34 @@ list of string</p>
]
</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/window-managers/hyprland.nix" target="_top">
&lt;home-manager/modules/services/window-managers/hyprland.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-wayland.windowManager.hyprland.xwayland.enable"></a><a class="term" href="options.xhtml#opt-wayland.windowManager.hyprland.xwayland.enable"><code class="option">wayland.windowManager.hyprland.xwayland.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether or not to enable XWayland.</p><p>Overrides the <code class="literal">enableXWayland</code> option of the Hyprland package.</p><p>In newer versions of Hyprland, you can use the <code class="option">wayland.windowManager.hyprland.settings.xwayland</code>
option to avoid recompiling Hyprland.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">true</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>
@@ -134906,6 +134931,39 @@ boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">false</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/window-managers/xmonad.nix" target="_top">
&lt;home-manager/modules/services/window-managers/xmonad.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-xsession.windowManager.xmonad.buildScript"></a><a class="term" href="options.xhtml#opt-xsession.windowManager.xmonad.buildScript"><code class="option">xsession.windowManager.xmonad.buildScript</code>
</a>
</span>
</dt>
<dd>
<p>Build script for your xmonad configuration.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or absolute path</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">null</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">pkgs.writeText &quot;build&quot; &#x27;&#x27;
#!/bin/sh
# Enable -threaded
ghc --make xmonad.hs -threaded -i -ilib -fforce-recomp -main-is main -v0 -O2 -o &quot;$1&quot;
&#x27;&#x27;
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>