Configure github cli
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
alejandro-angulo 2026-01-18 18:12:51 -08:00
parent 212069cf2d
commit a5d42d3a0c

View file

@ -45,6 +45,18 @@ in
}; };
}; };
programs.gh = {
enable = true;
gitCredentialHelper = {
enable = true;
hosts = [
"https://github.com"
"https://gist.github.com"
"https://github.gatech.edu"
];
};
};
programs.git = { programs.git = {
enable = true; enable = true;
settings = { settings = {