diff --git a/options.html b/options.html index f5cfa5568..0f7040295 100644 --- a/options.html +++ b/options.html @@ -3194,6 +3194,19 @@ list of package
Default:
[ ]
Example:
with pkgs.bat-extras; [ batdiff batman batgrep batwatch ];
Declared by:
<home-manager/modules/programs/bat.nix>
+ |
programs.bat.syntaxesAdditional syntaxes to provide.
Type: +attribute set of strings concatenated with ā\nā
Default:
+{ }
Example:
{
+ syntaxes.gleam = builtins.readFile (pkgs.fetchFromGitHub {
+ owner = "molnarmark";
+ repo = "sublime-gleam";
+ rev = "2e761cdb1a87539d827987f997a20a35efd68aa9";
+ hash = "sha256-Zj2DKTcO1t9g18qsNKtpHKElbRSc9nBRE2QBzRn9+qs=";
+ } + "/syntax/gleam.sublime-syntax");
+}
+
+Declared by:
+<home-manager/modules/programs/bat.nix>
|
programs.bat.themesAdditional themes to provide.
Type: attribute set of strings concatenated with ā\nā
Default:
{ }
Example:
{