From 3d95b060cbafa69b0091faaa8591edd6692eaee6 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Mon, 27 Oct 2025 02:00:02 +0000 Subject: [PATCH] deploy: bbaeb9f1c29e79bb1653b32c3d73244cdf4bd888 --- options.xhtml | 109 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) diff --git a/options.xhtml b/options.xhtml index 28c344cd7..a6ac05f54 100644 --- a/options.xhtml +++ b/options.xhtml @@ -37860,6 +37860,115 @@ absolute path or strings concatenated with ā€œ\nā€

+
+ + programs.glab.enable + + +
+
+

Whether to enable glab…

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

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

The glab package to use.

+ +

Type: +null or package

+ +

Default: +pkgs.glab

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/glab.nix> + +
+
+
+ + programs.glab.aliases + + +
+
+

Aliases written to $XDG_CONFIG_HOME/glab-cli/aliases.yml.

+ +

Type: +attribute set of string

+ +

Default: +{ }

+ +

Example:

{
+  co = "mr checkout";
+}
+
+ +

Declared by:

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

Configuration written to $XDG_CONFIG_HOME/glab-cli/config.yml.

+ +

Type: +YAML 1.1 value

+ +

Default: +{ }

+ +

Example:

{
+  check_update = false;
+}
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/glab.nix> + +
+
programs.gnome-shell.enable