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: