gh: Set protocol to https
This commit is contained in:
parent
51642fa9f3
commit
7ec5a372ae
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ in
|
||||||
programs.gh = {
|
programs.gh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
git_protocol = "ssh";
|
git_protocol = "https";
|
||||||
editor = "nvim";
|
editor = "nvim";
|
||||||
prompt = "enabled";
|
prompt = "enabled";
|
||||||
pager = "bat";
|
pager = "bat";
|
||||||
|
|
Loading…
Reference in a new issue