programs.gh.hosts
Host-specific configuration written to $XDG_CONFIG_HOME/gh/hosts.yml.
- Type
YAML 1.1 value- Default
{ }- Example
{ "github.com" = { user = "<your_username>"; }; }- Declared
- <home-manager/modules/programs/gh.nix>
Host-specific configuration written to $XDG_CONFIG_HOME/gh/hosts.yml.
YAML 1.1 value{ }{
"github.com" = {
user = "<your_username>";
};
}