gh: Set protocol to https

This commit is contained in:
Erwin Boskma 2024-04-23 16:32:30 +02:00
parent 51642fa9f3
commit 7ec5a372ae
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -178,7 +178,7 @@ in
programs.gh = {
enable = true;
settings = {
git_protocol = "ssh";
git_protocol = "https";
editor = "nvim";
prompt = "enabled";
pager = "bat";