enable copilot

This commit is contained in:
valerie 2024-06-30 17:56:39 -04:00
parent 848f519a93
commit 1e7bd69bc1
Signed by: valnyx
GPG key ID: CC10324DD962CB7E

View file

@ -172,12 +172,17 @@
}; };
gh = { gh = {
enable = true; enable = true;
extensions = [
pkgs.gh-copilot
];
gitCredentialHelper.enable = true;
settings = { settings = {
editor = "nvim"; editor = "nvim";
git_protocol = "ssh"; git_protocol = "ssh";
aliases = { aliases = {
co = "pr checkout"; co = "pr checkout";
rc = "repo clone"; rc = "repo clone";
cp = "copilot";
}; };
}; };
}; };