diff --git a/options.xhtml b/options.xhtml index 008348aea..b02ea7ac6 100644 --- a/options.xhtml +++ b/options.xhtml @@ -26589,6 +26589,37 @@ list of string
+Declared by:
+
+
+<home-manager/modules/programs/gh.nix>
+
+ |
programs.gh.hosts
+
+
+Host-specific configuration written to $XDG_CONFIG_HOME/gh/hosts.yml.
Type: +YAML value
+ +Default:
+{ }
Example:
{
+ "github.com" = {
+ user = "<your_username>";
+ };
+}
+
+
Declared by: