nix-darwin/modules/aspects/_git/gh.nix

8 lines
98 B
Nix
Executable file

{
programs.gh = {
enable = true;
settings = {
git_protocol = "ssh";
};
};
}