mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08:00
Compare commits
3 Commits
31cfcb1075
...
54bc814c34
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
54bc814c34 | ||
|
|
aab02acbc3 | ||
|
|
de261eac51 |
@@ -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 = [ "/share/fish" ];
|
||||
</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">
|
||||
<home-manager/modules/services/window-managers/hyprland.nix>
|
||||
</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">
|
||||
<home-manager/modules/services/window-managers/xmonad.nix>
|
||||
</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 "build" ''
|
||||
#!/bin/sh
|
||||
|
||||
# Enable -threaded
|
||||
ghc --make xmonad.hs -threaded -i -ilib -fforce-recomp -main-is main -v0 -O2 -o "$1"
|
||||
''
|
||||
|
||||
</code></pre>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
|
||||
Reference in New Issue
Block a user