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:
|