mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-20 14:05:10 +00:00
fix
This commit is contained in:
parent
276edd4f41
commit
e19cb0d9c6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
programs.gh = {
|
programs.gh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
gitCredentialHelper.enable = false;
|
gitCredentialHelper.enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
git_protocol = "https";
|
git_protocol = "https";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue