From e45f32581c276b4f849584b512aad6c096009adc Mon Sep 17 00:00:00 2001 From: rycee Date: Wed, 14 Jun 2023 21:40:53 +0000 Subject: [PATCH] deploy: 194086df82d235919c1f8da68c4af2490d4675f9 --- options.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/options.html b/options.html index 07f79b8ff..723f871af 100644 --- a/options.html +++ b/options.html @@ -3165,6 +3165,10 @@ for the documentation.

Type: TOML v }

Declared by:

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

Whether to enable Git authentication handler for OAuth.

Type: boolean

Default: false

Example: true

Declared by:

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

The git-credential-oauth package to use.

Type: package

Default: pkgs.git-credential-oauth

Declared by:

+ <home-manager/modules/programs/git-credential-oauth.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: