From a9a8c21338c8c24924d6ca091c635d65c84c4a10 Mon Sep 17 00:00:00 2001 From: rycee Date: Mon, 24 Jul 2023 10:39:49 +0000 Subject: [PATCH] deploy: a30f5b5b35e2d974fb5e1a3721eaec723ef48c89 --- options.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/options.html b/options.html index 9fc5c85a..447cbf56 100644 --- a/options.html +++ b/options.html @@ -4449,6 +4449,26 @@ string

Default: "https"

Example: "ssh"

Declared by:

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

Whether to enable GitHub CLI dashboard plugin.

Type: +boolean

Default: +false

Example: +true

Declared by:

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

The gh-dash package to use.

Type: +package

Default: +pkgs.gh-dash

Declared by:

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

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

Type: +YAML value

Default: +{ }

Example:

{
+  prSections = [{
+    title = "My Pull Requests";
+    filters = "is:open author:@me";
+  }];
+}
+
+

Declared by:

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

Whether to enable Git.

Type: boolean

Default: false

Example: