From f338ade642beeccd0ac8042fedfc7bc2886f79dd Mon Sep 17 00:00:00 2001 From: rycee Date: Tue, 9 May 2023 16:55:06 +0000 Subject: [PATCH] deploy: 983f8a1bb965b261492123cd8e2d07da46d4d50a --- options.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/options.html b/options.html index c50d676b9..42b9caea7 100644 --- a/options.html +++ b/options.html @@ -2832,6 +2832,19 @@ to use depending on commit’s author.

Type:

programs.git.userName

Default user name to use.

Type: null or string

Default: null

Declared by:

<home-manager/modules/programs/git.nix> +
programs.git-cliff.enable

Whether to enable git-cliff changelog generator.

Type: boolean

Default: false

Example: true

Declared by:

+ <home-manager/modules/programs/git-cliff.nix> +
programs.git-cliff.package

The git-cliff package to use.

Type: package

Default: pkgs.git-cliff

Declared by:

+ <home-manager/modules/programs/git-cliff.nix> +
programs.git-cliff.settings

Configuration written to +$XDG_CONFIG_HOME/git-cliff/cliff.toml. See +https://git-cliff.org/docs/configuration +for the documentation.

Type: TOML value

Default: { }

Example:

{
+  header = "Changelog";
+  trim = true;
+}
+

Declared by:

+ <home-manager/modules/programs/git-cliff.nix>
programs.gitui.enable

Whether to enable gitui, blazing fast terminal-ui for git written in rust.

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/programs/gitui.nix>
programs.gitui.package

The package to use.

Type: package

Default: "pkgs.gitui"

Declared by: