deploy: 44635279a0
This commit is contained in:
parent
b24e8b6db4
commit
cb3aa4f7fe
34
options.html
34
options.html
|
@ -3258,27 +3258,33 @@ list of package</p><p><span class="emphasis"><em>Default:</em></span>
|
||||||
<code class="literal">with pkgs.bat-extras; [ batdiff batman batgrep batwatch ];</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/bat.nix" target="_top">
|
<code class="literal">with pkgs.bat-extras; [ batdiff batman batgrep batwatch ];</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/bat.nix" target="_top">
|
||||||
<home-manager/modules/programs/bat.nix>
|
<home-manager/modules/programs/bat.nix>
|
||||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.bat.syntaxes"></a><a class="term" href="options.html#opt-programs.bat.syntaxes"><code class="option">programs.bat.syntaxes</code></a></span></dt><dd><p>Additional syntaxes to provide.</p><p><span class="emphasis"><em>Type:</em></span>
|
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.bat.syntaxes"></a><a class="term" href="options.html#opt-programs.bat.syntaxes"><code class="option">programs.bat.syntaxes</code></a></span></dt><dd><p>Additional syntaxes to provide.</p><p><span class="emphasis"><em>Type:</em></span>
|
||||||
attribute set of strings concatenated with “\n”</p><p><span class="emphasis"><em>Default:</em></span>
|
attribute set of (strings concatenated with “\n” or (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">{
|
<code class="literal">{ }</code></p><p><span class="emphasis"><em>Example:</em></span></p><pre class="programlisting">{
|
||||||
syntaxes.gleam = builtins.readFile (pkgs.fetchFromGitHub {
|
gleam = {
|
||||||
owner = "molnarmark";
|
src = pkgs.fetchFromGitHub {
|
||||||
repo = "sublime-gleam";
|
owner = "molnarmark";
|
||||||
rev = "2e761cdb1a87539d827987f997a20a35efd68aa9";
|
repo = "sublime-gleam";
|
||||||
hash = "sha256-Zj2DKTcO1t9g18qsNKtpHKElbRSc9nBRE2QBzRn9+qs=";
|
rev = "2e761cdb1a87539d827987f997a20a35efd68aa9";
|
||||||
} + "/syntax/gleam.sublime-syntax");
|
hash = "sha256-Zj2DKTcO1t9g18qsNKtpHKElbRSc9nBRE2QBzRn9+qs=";
|
||||||
|
};
|
||||||
|
file = "syntax/gleam.sublime-syntax";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
</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/bat.nix" 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/programs/bat.nix" target="_top">
|
||||||
<home-manager/modules/programs/bat.nix>
|
<home-manager/modules/programs/bat.nix>
|
||||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.bat.themes"></a><a class="term" href="options.html#opt-programs.bat.themes"><code class="option">programs.bat.themes</code></a></span></dt><dd><p>Additional themes to provide.</p><p><span class="emphasis"><em>Type:</em></span>
|
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.bat.themes"></a><a class="term" href="options.html#opt-programs.bat.themes"><code class="option">programs.bat.themes</code></a></span></dt><dd><p>Additional themes to provide.</p><p><span class="emphasis"><em>Type:</em></span>
|
||||||
attribute set of strings concatenated with “\n”</p><p><span class="emphasis"><em>Default:</em></span>
|
attribute set of (strings concatenated with “\n” or (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">{
|
<code class="literal">{ }</code></p><p><span class="emphasis"><em>Example:</em></span></p><pre class="programlisting">{
|
||||||
dracula = builtins.readFile (pkgs.fetchFromGitHub {
|
dracula = {
|
||||||
owner = "dracula";
|
src = pkgs.fetchFromGitHub {
|
||||||
repo = "sublime"; # Bat uses sublime syntax for its themes
|
owner = "dracula";
|
||||||
rev = "26c57ec282abcaa76e57e055f38432bd827ac34e";
|
repo = "sublime"; # Bat uses sublime syntax for its themes
|
||||||
sha256 = "019hfl4zbn4vm4154hh3bwk6hm7bdxbr1hdww83nabxwjn99ndhv";
|
rev = "26c57ec282abcaa76e57e055f38432bd827ac34e";
|
||||||
} + "/Dracula.tmTheme");
|
sha256 = "019hfl4zbn4vm4154hh3bwk6hm7bdxbr1hdww83nabxwjn99ndhv";
|
||||||
|
};
|
||||||
|
file = "Dracula.tmTheme";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
</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/bat.nix" 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/programs/bat.nix" target="_top">
|
||||||
|
|
Loading…
Reference in a new issue