1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 22:07:30 +02:00
This commit is contained in:
rycee 2022-02-04 00:10:04 +00:00
parent d4bf6c45f0
commit e4e17ecdfe
3 changed files with 121 additions and 9 deletions

File diff suppressed because one or more lines are too long

View file

@ -8756,6 +8756,118 @@ found at <a class="link" href="https://github.com/sargon/trayer-srg" target="_to
} }
</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/trayer.nix#blob-path" target="_top"> </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/trayer.nix#blob-path" target="_top">
&lt;home-manager/modules/services/trayer.nix&gt; &lt;home-manager/modules/services/trayer.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.enable"></a><a class="term" href="options.html#opt-services.twmn.enable"><code class="option">services.twmn.enable</code></a></span></dt><dd><p>Whether to enable twmn, a tiling window manager notification daemon.</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/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.duration"></a><a class="term" href="options.html#opt-services.twmn.duration"><code class="option">services.twmn.duration</code></a></span></dt><dd><p>The time each notification remains visible, in milliseconds.
</p><p><span class="emphasis"><em>Type:</em></span> unsigned integer, meaning &gt;=0</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">3000</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">5000</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/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.extraConfig"></a><a class="term" href="options.html#opt-services.twmn.extraConfig"><code class="option">services.twmn.extraConfig</code></a></span></dt><dd><p>Extra configuration options to add to the twmnd config file. See
<a class="link" href="https://github.com/sboli/twmn/blob/master/README.md" target="_top">https://github.com/sboli/twmn/blob/master/README.md</a>
for details.
</p><p><span class="emphasis"><em>Type:</em></span> attribute set</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
{
}
</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">{ main.activation_command = "\${pkgs.hello}/bin/hello"; }</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/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.host"></a><a class="term" href="options.html#opt-services.twmn.host"><code class="option">services.twmn.host</code></a></span></dt><dd><p>Host address to listen on for notifications.</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"127.0.0.1"</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">"laptop.lan"</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/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.icons.critical"></a><a class="term" href="options.html#opt-services.twmn.icons.critical"><code class="option">services.twmn.icons.critical</code></a></span></dt><dd><p>Path to the critical notifications' icon.</p><p><span class="emphasis"><em>Type:</em></span> null or path</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">null</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/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.icons.info"></a><a class="term" href="options.html#opt-services.twmn.icons.info"><code class="option">services.twmn.icons.info</code></a></span></dt><dd><p>Path to the informative notifications' icon.</p><p><span class="emphasis"><em>Type:</em></span> null or path</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">null</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/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.icons.warning"></a><a class="term" href="options.html#opt-services.twmn.icons.warning"><code class="option">services.twmn.icons.warning</code></a></span></dt><dd><p>Path to the warning notifications' icon.</p><p><span class="emphasis"><em>Type:</em></span> null or path</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">null</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/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.port"></a><a class="term" href="options.html#opt-services.twmn.port"><code class="option">services.twmn.port</code></a></span></dt><dd><p>UDP port to listen on for notifications.</p><p><span class="emphasis"><em>Type:</em></span> 16 bit unsigned integer; between 0 and 65535 (both inclusive)</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">9797</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/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.screen"></a><a class="term" href="options.html#opt-services.twmn.screen"><code class="option">services.twmn.screen</code></a></span></dt><dd><p>Screen number to display notifications on when using a multi-head
desktop.
</p><p><span class="emphasis"><em>Type:</em></span> null or signed integer</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">null</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">0</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/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.soundCommand"></a><a class="term" href="options.html#opt-services.twmn.soundCommand"><code class="option">services.twmn.soundCommand</code></a></span></dt><dd><p>Command to execute to play a notification's sound.</p><p><span class="emphasis"><em>Type:</em></span> string</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/services/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.text.color"></a><a class="term" href="options.html#opt-services.twmn.text.color"><code class="option">services.twmn.text.color</code></a></span></dt><dd><p>Notification's text color. RGB hex and keywords (e.g. <code class="literal">lightgray</code>)
are supported.
</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"#999999"</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">"lightgray"</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/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.text.font.package"></a><a class="term" href="options.html#opt-services.twmn.text.font.package"><code class="option">services.twmn.text.font.package</code></a></span></dt><dd><p>Notification text's font package. If <code class="literal">null</code> then
the font is assumed to already be available in your profile.
</p><p><span class="emphasis"><em>Type:</em></span> null or package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">null</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">pkgs.dejavu_fonts</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/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.text.font.family"></a><a class="term" href="options.html#opt-services.twmn.text.font.family"><code class="option">services.twmn.text.font.family</code></a></span></dt><dd><p>Notification text's font family.</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"Sans"</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">"Noto Sans"</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/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.text.font.size"></a><a class="term" href="options.html#opt-services.twmn.text.font.size"><code class="option">services.twmn.text.font.size</code></a></span></dt><dd><p>Notification text's font size.</p><p><span class="emphasis"><em>Type:</em></span> unsigned integer, meaning &gt;=0</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">13</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">42</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/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.text.font.variant"></a><a class="term" href="options.html#opt-services.twmn.text.font.variant"><code class="option">services.twmn.text.font.variant</code></a></span></dt><dd><p>Notification text's font variant.</p><p><span class="emphasis"><em>Type:</em></span> one of "oblique", "italic", "ultra-light", "light", "medium", "semi-bold", "bold", "ultra-bold", "heavy", "ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded"</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"medium"</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">"heavy"</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/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.text.maxLength"></a><a class="term" href="options.html#opt-services.twmn.text.maxLength"><code class="option">services.twmn.text.maxLength</code></a></span></dt><dd><p>Maximum length of the text before it is cut and suffixed with "...".
Never cuts if <code class="literal">null</code>.
</p><p><span class="emphasis"><em>Type:</em></span> null or unsigned integer, meaning &gt;=0</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">null</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">80</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/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.window.alwaysOnTop"></a><a class="term" href="options.html#opt-services.twmn.window.alwaysOnTop"><code class="option">services.twmn.window.alwaysOnTop</code></a></span></dt><dd><p>Whether to enable forcing the notification window to always be on top.</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/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.window.animation.bounce.enable"></a><a class="term" href="options.html#opt-services.twmn.window.animation.bounce.enable"><code class="option">services.twmn.window.animation.bounce.enable</code></a></span></dt><dd><p>Whether to enable notification bounce when displaying next notification directly..</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/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.window.animation.bounce.duration"></a><a class="term" href="options.html#opt-services.twmn.window.animation.bounce.duration"><code class="option">services.twmn.window.animation.bounce.duration</code></a></span></dt><dd><p>The bounce animation duration in milliseconds.</p><p><span class="emphasis"><em>Type:</em></span> unsigned integer, meaning &gt;=0</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">500</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">618</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/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.window.animation.easeIn"></a><a class="term" href="options.html#opt-services.twmn.window.animation.easeIn"><code class="option">services.twmn.window.animation.easeIn</code></a></span></dt><dd><p>Options for the notification appearance's animation.</p><p><span class="emphasis"><em>Type:</em></span> submodule</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
{
}
</code></p><p><span class="emphasis"><em>Example:</em></span> </p><pre class="programlisting">{
curve = 19;
duration = 618;
}
</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/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.window.animation.easeIn.curve"></a><a class="term" href="options.html#opt-services.twmn.window.animation.easeIn.curve"><code class="option">services.twmn.window.animation.easeIn.curve</code></a></span></dt><dd><p>The qt easing-curve animation to use for the animation. See
<a class="link" href="https://doc.qt.io/qt-5/qeasingcurve.html#Type-enum" target="_top">
QEasingCurve documentation</a>.
</p><p><span class="emphasis"><em>Type:</em></span> integer between 0 and 40 (both inclusive)</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">38</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">19</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/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.window.animation.easeIn.duration"></a><a class="term" href="options.html#opt-services.twmn.window.animation.easeIn.duration"><code class="option">services.twmn.window.animation.easeIn.duration</code></a></span></dt><dd><p>The animation duration in milliseconds.</p><p><span class="emphasis"><em>Type:</em></span> unsigned integer, meaning &gt;=0</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">1000</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">618</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/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.window.animation.easeOut"></a><a class="term" href="options.html#opt-services.twmn.window.animation.easeOut"><code class="option">services.twmn.window.animation.easeOut</code></a></span></dt><dd><p>Options for the notification disappearance's animation.</p><p><span class="emphasis"><em>Type:</em></span> submodule</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
{
}
</code></p><p><span class="emphasis"><em>Example:</em></span> </p><pre class="programlisting">{
curve = 19;
duration = 618;
}
</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/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.window.animation.easeOut.curve"></a><a class="term" href="options.html#opt-services.twmn.window.animation.easeOut.curve"><code class="option">services.twmn.window.animation.easeOut.curve</code></a></span></dt><dd><p>The qt easing-curve animation to use for the animation. See
<a class="link" href="https://doc.qt.io/qt-5/qeasingcurve.html#Type-enum" target="_top">
QEasingCurve documentation</a>.
</p><p><span class="emphasis"><em>Type:</em></span> integer between 0 and 40 (both inclusive)</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">38</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">19</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/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.window.animation.easeOut.duration"></a><a class="term" href="options.html#opt-services.twmn.window.animation.easeOut.duration"><code class="option">services.twmn.window.animation.easeOut.duration</code></a></span></dt><dd><p>The animation duration in milliseconds.</p><p><span class="emphasis"><em>Type:</em></span> unsigned integer, meaning &gt;=0</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">1000</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">618</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/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.window.color"></a><a class="term" href="options.html#opt-services.twmn.window.color"><code class="option">services.twmn.window.color</code></a></span></dt><dd><p>Notification's background color. RGB hex and keywords (e.g.
<code class="literal">lightgray</code>) are supported.
</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"#000000"</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">"lightgray"</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/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.window.height"></a><a class="term" href="options.html#opt-services.twmn.window.height"><code class="option">services.twmn.window.height</code></a></span></dt><dd><p>Height of the slide bar. Useful to match your tiling window
manager's bar.
</p><p><span class="emphasis"><em>Type:</em></span> unsigned integer, meaning &gt;=0</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">18</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">42</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/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.window.offset.x"></a><a class="term" href="options.html#opt-services.twmn.window.offset.x"><code class="option">services.twmn.window.offset.x</code></a></span></dt><dd><p>Offset of the notification's slide starting point in pixels on the
horizontal axis (positive is rightward).
</p><p><span class="emphasis"><em>Type:</em></span> signed integer</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">0</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">50</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/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.window.offset.y"></a><a class="term" href="options.html#opt-services.twmn.window.offset.y"><code class="option">services.twmn.window.offset.y</code></a></span></dt><dd><p>Offset of the notification's slide starting point in pixels on the
vertical axis (positive is upward).
</p><p><span class="emphasis"><em>Type:</em></span> signed integer</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">0</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">-100</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/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.window.opacity"></a><a class="term" href="options.html#opt-services.twmn.window.opacity"><code class="option">services.twmn.window.opacity</code></a></span></dt><dd><p>The notification window's opacity.</p><p><span class="emphasis"><em>Type:</em></span> integer between 0 and 100 (both inclusive)</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">100</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">80</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/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.twmn.window.position"></a><a class="term" href="options.html#opt-services.twmn.window.position"><code class="option">services.twmn.window.position</code></a></span></dt><dd><p>Position of the notification slide. The notification will slide
in vertically from the border if placed in
<code class="literal">top_center</code> or <code class="literal">bottom_center</code>,
horizontally otherwise.
</p><p><span class="emphasis"><em>Type:</em></span> one of "tr", "top_right", "tl", "top_left", "br", "bottom_right", "bl", "bottom_left", "tc", "top_center", "bc", "bottom_center", "c", "center"</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"top_right"</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">"bottom_left"</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/twmn.nix#blob-path" target="_top">
&lt;home-manager/modules/services/twmn.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.udiskie.enable"></a><a class="term" href="options.html#opt-services.udiskie.enable"><code class="option">services.udiskie.enable</code></a></span></dt><dd><p>Whether to enable udiskie mount daemon.</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/udiskie.nix#blob-path" target="_top"> </a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.udiskie.enable"></a><a class="term" href="options.html#opt-services.udiskie.enable"><code class="option">services.udiskie.enable</code></a></span></dt><dd><p>Whether to enable udiskie mount daemon.</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/udiskie.nix#blob-path" target="_top">
&lt;home-manager/modules/services/udiskie.nix&gt; &lt;home-manager/modules/services/udiskie.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.udiskie.automount"></a><a class="term" href="options.html#opt-services.udiskie.automount"><code class="option">services.udiskie.automount</code></a></span></dt><dd><p>Whether to automatically mount new devices.</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>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/udiskie.nix#blob-path" target="_top"> </a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.udiskie.automount"></a><a class="term" href="options.html#opt-services.udiskie.automount"><code class="option">services.udiskie.automount</code></a></span></dt><dd><p>Whether to automatically mount new devices.</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>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/udiskie.nix#blob-path" target="_top">

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Appendix D. Tools</title><link rel="stylesheet" type="text/css" href="style.css" /><link rel="stylesheet" type="text/css" href="overrides.css" /><link rel="stylesheet" type="text/css" href="mono-blue.css" /><script src="highlight.pack.js" type="text/javascript"></script><script src="highlight.load.js" type="text/javascript"></script><meta name="generator" content="DocBook XSL Stylesheets V1.79.2" /><link rel="home" href="index.html" title="Home Manager Manual" /><link rel="up" href="index.html" title="Home Manager Manual" /><link rel="prev" href="nix-darwin-options.html" title="Appendix C. nix-darwin Module Options" /><link rel="next" href="release-notes.html" title="Appendix E. Release Notes" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix D. Tools</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="nix-darwin-options.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="release-notes.html">Next</a></td></tr></table><hr /></div><div class="appendix"><div class="titlepage"><div><div><h1 class="title"><a id="ch-tools"></a>Appendix D. Tools</h1></div></div></div><div class="toc"><dl class="toc"><dt><span class="refentrytitle"><a href="tools.html#idm140737309674496"><span class="command"><strong>home-manager</strong></span> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Appendix D. Tools</title><link rel="stylesheet" type="text/css" href="style.css" /><link rel="stylesheet" type="text/css" href="overrides.css" /><link rel="stylesheet" type="text/css" href="mono-blue.css" /><script src="highlight.pack.js" type="text/javascript"></script><script src="highlight.load.js" type="text/javascript"></script><meta name="generator" content="DocBook XSL Stylesheets V1.79.2" /><link rel="home" href="index.html" title="Home Manager Manual" /><link rel="up" href="index.html" title="Home Manager Manual" /><link rel="prev" href="nix-darwin-options.html" title="Appendix C. nix-darwin Module Options" /><link rel="next" href="release-notes.html" title="Appendix E. Release Notes" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix D. Tools</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="nix-darwin-options.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="release-notes.html">Next</a></td></tr></table><hr /></div><div class="appendix"><div class="titlepage"><div><div><h1 class="title"><a id="ch-tools"></a>Appendix D. Tools</h1></div></div></div><div class="toc"><dl class="toc"><dt><span class="refentrytitle"><a href="tools.html#idm140737309501888"><span class="command"><strong>home-manager</strong></span>
</a></span><span class="refpurpose"> — reconfigure a user environment</span></dt></dl></div><div class="refentry"><a id="idm140737309674496"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p><span class="command"><strong>home-manager</strong></span> </a></span><span class="refpurpose"> — reconfigure a user environment</span></dt></dl></div><div class="refentry"><a id="idm140737309501888"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p><span class="command"><strong>home-manager</strong></span>
— reconfigure a user environment</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">home-manager</code> { — reconfigure a user environment</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">home-manager</code> {
build build
| |
@ -84,7 +84,7 @@
| |
--verbose --verbose
} }
]</p></div></div><div class="refsection"><a id="idm140737309637200"></a><h2>Description</h2><p> ]</p></div></div><div class="refsection"><a id="idm140737309464640"></a><h2>Description</h2><p>
This command updates the user environment so that it corresponds to the This command updates the user environment so that it corresponds to the
configuration specified in <code class="filename">~/.config/nixpkgs/home.nix</code> or <code class="filename">~/.config/nixpkgs/flake.nix</code>. configuration specified in <code class="filename">~/.config/nixpkgs/home.nix</code> or <code class="filename">~/.config/nixpkgs/flake.nix</code>.
</p><p> </p><p>
@ -153,7 +153,7 @@
available for immediate garbage collection. available for immediate garbage collection.
</p></li></ul></div><p> </p></li></ul></div><p>
</p></dd></dl></div><p> </p></dd></dl></div><p>
</p></div><div class="refsection"><a id="idm140737309599552"></a><h2>Options</h2><p> </p></div><div class="refsection"><a id="idm140737309426992"></a><h2>Options</h2><p>
The tool accepts the options The tool accepts the options
</p><div class="variablelist"><dl class="variablelist"><dt><span class="term"> </p><div class="variablelist"><dl class="variablelist"><dt><span class="term">
<code class="option">-A <em class="replaceable"><code>attrPath</code></em></code> <code class="option">-A <em class="replaceable"><code>attrPath</code></em></code>
@ -265,15 +265,15 @@
<code class="option">--verbose</code> <code class="option">--verbose</code>
</span></dt><dd><p> </span></dt><dd><p>
Activates verbose output. Activates verbose output.
</p></dd></dl></div></div><div class="refsection"><a id="idm140737309533520"></a><h2>Files</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"> </p></dd></dl></div></div><div class="refsection"><a id="idm140737309360912"></a><h2>Files</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">
<code class="filename">$XDG_DATA_HOME/home-manager/news-read-ids</code> <code class="filename">$XDG_DATA_HOME/home-manager/news-read-ids</code>
</span></dt><dd><p> </span></dt><dd><p>
Identifiers of news items that have been shown. Can be deleted to reset Identifiers of news items that have been shown. Can be deleted to reset
the read news indicator. the read news indicator.
</p></dd></dl></div></div><div class="refsection"><a id="idm140737309530224"></a><h2>Bugs</h2><p> </p></dd></dl></div></div><div class="refsection"><a id="idm140737309357616"></a><h2>Bugs</h2><p>
Please report any bugs on the Please report any bugs on the
<a class="link" href="https://github.com/nix-community/home-manager/issues" target="_top">project <a class="link" href="https://github.com/nix-community/home-manager/issues" target="_top">project
issue tracker</a>. issue tracker</a>.
</p></div><div class="refsection"><a id="idm140737309528224"></a><h2>See also</h2><p> </p></div><div class="refsection"><a id="idm140737309355616"></a><h2>See also</h2><p>
<span class="citerefentry"><span class="refentrytitle">home-configuration.nix</span>(5)</span> <span class="citerefentry"><span class="refentrytitle">home-configuration.nix</span>(5)</span>
</p></div></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="nix-darwin-options.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="release-notes.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Appendix C. nix-darwin Module Options </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Appendix E. Release Notes</td></tr></table></div></body></html> </p></div></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="nix-darwin-options.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="release-notes.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Appendix C. nix-darwin Module Options </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Appendix E. Release Notes</td></tr></table></div></body></html>