git: disable gh helper
This commit is contained in:
parent
0e1b55996c
commit
3615ad70f3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ _: {
|
|||
ignores = ["*result*" ".direnv" "node_modules"];
|
||||
};
|
||||
programs.gh = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
enableGitCredentialHelper = true;
|
||||
settings = {
|
||||
editor = "hx";
|
||||
|
|
Loading…
Reference in a new issue