14 lines
164 B
Nix
14 lines
164 B
Nix
{...}:
|
|
|
|
{
|
|
programs.gh = {
|
|
enable = true;
|
|
gitCredentialHelper = {
|
|
enable = true;
|
|
};
|
|
settings = {
|
|
git_protocol = "https";
|
|
};
|
|
};
|
|
}
|