Skip to content

Commit

Permalink
deploy: 5f6aa26
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Jan 1, 2025
1 parent bbc0505 commit 897ad32
Showing 1 changed file with 306 additions and 0 deletions.
306 changes: 306 additions & 0 deletions options.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -23147,6 +23147,312 @@ YAML value</p>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.ghostty.enable"></a><a class="term" href="options.xhtml#opt-programs.ghostty.enable"><code class="option">programs.ghostty.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable Ghostty.</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/ghostty.nix" target="_top">
&lt;home-manager/modules/programs/ghostty.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.ghostty.enableBashIntegration"></a><a class="term" href="options.xhtml#opt-programs.ghostty.enableBashIntegration"><code class="option">programs.ghostty.enableBashIntegration</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable bash shell integration.</p><p>This is ensures that shell integration works in more scenarios, such as switching shells within Ghostty.
But it is not needed to have shell integration.
See <a class="link" href="https://ghostty.org/docs/features/shell-integration#manual-shell-integration-setup" target="_top">https://ghostty.org/docs/features/shell-integration#manual-shell-integration-setup</a> for more information
.</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/ghostty.nix" target="_top">
&lt;home-manager/modules/programs/ghostty.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.ghostty.enableFishIntegration"></a><a class="term" href="options.xhtml#opt-programs.ghostty.enableFishIntegration"><code class="option">programs.ghostty.enableFishIntegration</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable fish shell integration.</p><p>This is ensures that shell integration works in more scenarios, such as switching shells within Ghostty.
But it is not needed to have shell integration.
See <a class="link" href="https://ghostty.org/docs/features/shell-integration#manual-shell-integration-setup" target="_top">https://ghostty.org/docs/features/shell-integration#manual-shell-integration-setup</a> for more information
.</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/ghostty.nix" target="_top">
&lt;home-manager/modules/programs/ghostty.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.ghostty.enableZshIntegration"></a><a class="term" href="options.xhtml#opt-programs.ghostty.enableZshIntegration"><code class="option">programs.ghostty.enableZshIntegration</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable zsh shell integration.</p><p>This is ensures that shell integration works in more scenarios, such as switching shells within Ghostty.
But it is not needed to have shell integration.
See <a class="link" href="https://ghostty.org/docs/features/shell-integration#manual-shell-integration-setup" target="_top">https://ghostty.org/docs/features/shell-integration#manual-shell-integration-setup</a> for more information
.</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/ghostty.nix" target="_top">
&lt;home-manager/modules/programs/ghostty.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.ghostty.package"></a><a class="term" href="options.xhtml#opt-programs.ghostty.package"><code class="option">programs.ghostty.package</code>
</a>
</span>
</dt>
<dd>
<p>The ghostty package to use.</p>

<p><span class="emphasis"><em>Type:</em></span>
package</p>

<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.ghostty</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/ghostty.nix" target="_top">
&lt;home-manager/modules/programs/ghostty.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.ghostty.clearDefaultKeybinds"></a><a class="term" href="options.xhtml#opt-programs.ghostty.clearDefaultKeybinds"><code class="option">programs.ghostty.clearDefaultKeybinds</code>
</a>
</span>
</dt>
<dd>
<p>Whether to clear default keybinds.</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/ghostty.nix" target="_top">
&lt;home-manager/modules/programs/ghostty.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.ghostty.installBatSyntax"></a><a class="term" href="options.xhtml#opt-programs.ghostty.installBatSyntax"><code class="option">programs.ghostty.installBatSyntax</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable installation of Ghostty configuration syntax for bat.</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>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/ghostty.nix" target="_top">
&lt;home-manager/modules/programs/ghostty.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.ghostty.installVimSyntax"></a><a class="term" href="options.xhtml#opt-programs.ghostty.installVimSyntax"><code class="option">programs.ghostty.installVimSyntax</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable installation of Ghostty configuration syntax for Vim.</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/ghostty.nix" target="_top">
&lt;home-manager/modules/programs/ghostty.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.ghostty.settings"></a><a class="term" href="options.xhtml#opt-programs.ghostty.settings"><code class="option">programs.ghostty.settings</code>
</a>
</span>
</dt>
<dd>
<p>Configuration written to <code class="filename">$XDG_CONFIG_HOME/ghostty/config</code>.</p><p>See <a class="link" href="https://ghostty.org/docs/config/reference" target="_top">https://ghostty.org/docs/config/reference</a> for more information.</p>

<p><span class="emphasis"><em>Type:</em></span>
attribute set of (atom (null, bool, int, float or string) or a list of them for duplicate keys)</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">{
theme = &quot;catppuccin-mocha&quot;;
font-size = 10;
}

</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/ghostty.nix" target="_top">
&lt;home-manager/modules/programs/ghostty.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.ghostty.themes"></a><a class="term" href="options.xhtml#opt-programs.ghostty.themes"><code class="option">programs.ghostty.themes</code>
</a>
</span>
</dt>
<dd>
<p>Custom themes written to <code class="filename">$XDG_CONFIG_HOME/ghostty/themes</code>.</p><p>See <a class="link" href="https://ghostty.org/docs/features/theme#authoring-a-custom-theme" target="_top">https://ghostty.org/docs/features/theme#authoring-a-custom-theme</a> for more information.</p>

<p><span class="emphasis"><em>Type:</em></span>
attribute set of attribute set of (atom (null, bool, int, float or string) or a list of them for duplicate keys)</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">{
catppuccin-mocha = {
background = &quot;1e1e2e&quot;;
cursor-color = &quot;f5e0dc&quot;;
foreground = &quot;cdd6f4&quot;;
palette = [
&quot;0=#45475a&quot;
&quot;1=#f38ba8&quot;
&quot;2=#a6e3a1&quot;
&quot;3=#f9e2af&quot;
&quot;4=#89b4fa&quot;
&quot;5=#f5c2e7&quot;
&quot;6=#94e2d5&quot;
&quot;7=#bac2de&quot;
&quot;8=#585b70&quot;
&quot;9=#f38ba8&quot;
&quot;10=#a6e3a1&quot;
&quot;11=#f9e2af&quot;
&quot;12=#89b4fa&quot;
&quot;13=#f5c2e7&quot;
&quot;14=#94e2d5&quot;
&quot;15=#a6adc8&quot;
];
selection-background = &quot;353749&quot;;
selection-foreground = &quot;cdd6f4&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/ghostty.nix" target="_top">
&lt;home-manager/modules/programs/ghostty.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.git.enable"></a><a class="term" href="options.xhtml#opt-programs.git.enable"><code class="option">programs.git.enable</code>
Expand Down

0 comments on commit 897ad32

Please sign in to comment.