1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-04 16:11:06 +01:00
This commit is contained in:
khaneliman 2025-08-19 11:13:00 +00:00
parent f924ae77e7
commit 23ad68431e

View file

@ -62707,6 +62707,96 @@ string</p>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.satty.enable"></a><a class="term" href="options.xhtml#opt-programs.satty.enable"><code class="option">programs.satty.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable Satty - Modern Screenshot Annotation.</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/programs/satty.nix" target="_top">
&lt;home-manager/modules/programs/satty.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.satty.package"></a><a class="term" href="options.xhtml#opt-programs.satty.package"><code class="option">programs.satty.package</code>
</a>
</span>
</dt>
<dd>
<p>The satty 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.satty</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/programs/satty.nix" target="_top">
&lt;home-manager/modules/programs/satty.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.satty.settings"></a><a class="term" href="options.xhtml#opt-programs.satty.settings"><code class="option">programs.satty.settings</code>
</a>
</span>
</dt>
<dd>
<p>Configuration for Satty written to <code class="filename">$XDG_CONFIG_HOME/satty/config.toml</code>.</p><p>See the <a class="link" href="https://github.com/gabm/Satty#configuration-file" target="_top">Satty documentation</a>
for available options.</p>
<p><span class="emphasis"><em>Type:</em></span>
TOML 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">{
general = {
fullscreen = true;
corner-roundness = 12;
initial-tool = &quot;brush&quot;;
output-filename = &quot;/tmp/test-%Y-%m-%d_%H:%M:%S.png&quot;;
};
color-palette = {
palette = [ &quot;#00ffff&quot; &quot;#a52a2a&quot; &quot;#dc143c&quot; &quot;#ff1493&quot; &quot;#ffd700&quot; &quot;#008000&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/programs/satty.nix" target="_top">
&lt;home-manager/modules/programs/satty.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.sbt.enable"></a><a class="term" href="options.xhtml#opt-programs.sbt.enable"><code class="option">programs.sbt.enable</code>