mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 17:01:01 +00:00
16 lines
271 B
Nix
16 lines
271 B
Nix
{...}: {
|
|
programs.gh = {
|
|
enable = true;
|
|
gitCredentialHelper.enable = false;
|
|
|
|
settings = {
|
|
git_protocol = "https";
|
|
prompt = "enabled";
|
|
prefer_editor_prompt = "disabled";
|
|
|
|
aliases = {
|
|
co = "pr checkout";
|
|
};
|
|
};
|
|
};
|
|
}
|