From ebf7d8367eeaa3bd717db1951119eebe18410d96 Mon Sep 17 00:00:00 2001 From: rycee Date: Wed, 13 Sep 2023 21:13:31 +0000 Subject: [PATCH] deploy: aed5ed979eced3790a39d069f08884061bda3c82 --- options.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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.syntaxes

Additional 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.themes

Additional themes to provide.

Type: attribute set of strings concatenated with ā€œ\nā€

Default: { }

Example:

{