mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 16:41:04 +01:00
Add a programs.gh.hosts option that -- similar to programs.gh.settings -- gives structured access to $XDG_CONFIG_HOME/gh/hosts.yml.
7 lines
196 B
Nix
7 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;
|
|
}
|