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