From 8167ad20c645a1910cc59a9e3a3e9cda6c43e1af Mon Sep 17 00:00:00 2001 From: ncfavier Date: Mon, 31 Jul 2023 23:41:38 +0000 Subject: [PATCH] deploy: 4fd794d3df88735dcf9662155d77b08a2e2dde29 --- options.html | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/options.html b/options.html index 3572c2aa..93366e1c 100644 --- a/options.html +++ b/options.html @@ -4402,11 +4402,6 @@ boolean

Default: false

Example: true

Declared by:

<home-manager/modules/programs/gh.nix> -
programs.gh.enableGitCredentialHelper

Whether to enable the gh git credential helper for github.com.

Type: -boolean

Default: -true

Example: -true

Declared by:

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

Package providing gh.

Type: package

Default: pkgs.gh

Declared by:

@@ -4416,6 +4411,19 @@ list of package

Default: [ ]

Example: [ pkgs.gh-eco ]

Declared by:

<home-manager/modules/programs/gh.nix> +
programs.gh.gitCredentialHelper.enable

Whether to enable the gh git credential helper.

Type: +boolean

Default: +true

Example: +true

Declared by:

+<home-manager/modules/programs/gh.nix> +
programs.gh.gitCredentialHelper.hosts

GitHub hosts to enable the gh git credential helper for

Type: +list of string

Default:

[
+  "https://github.com"
+]
+

Example:

[ "https://github.com" "https://github.example.com" ]
+
+

Declared by:

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

Configuration written to $XDG_CONFIG_HOME/gh/config.yml.

Type: YAML value

Default: { }

Example:

{