mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
Add a programs.gh.hosts option that -- similar to programs.gh.settings -- gives structured access to $XDG_CONFIG_HOME/gh/hosts.yml.
8 lines
196 B
Nix
8 lines
196 B
Nix
{
|
|
gh-config-file = ./config-file.nix;
|
|
gh-credential-helper = ./credential-helper.nix;
|
|
gh-extensions = ./extensions.nix;
|
|
gh-hosts-file = ./hosts-file.nix;
|
|
gh-warnings = ./warnings.nix;
|
|
}
|