git: disable gh helper

This commit is contained in:
notohh 2023-06-18 02:49:47 -04:00
parent 0e1b55996c
commit 3615ad70f3
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -11,7 +11,7 @@ _: {
ignores = ["*result*" ".direnv" "node_modules"];
};
programs.gh = {
enable = true;
enable = false;
enableGitCredentialHelper = true;
settings = {
editor = "hx";