Files
2026-05-09 03:23:16 +05:30

14 lines
164 B
Nix

{...}:
{
programs.gh = {
enable = true;
gitCredentialHelper = {
enable = true;
};
settings = {
git_protocol = "https";
};
};
}