From 9b050f648a72aa1e02bff12de3a733b205604a19 Mon Sep 17 00:00:00 2001
From: khaneliman
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: