This commit is contained in:
parent
bb37bddc85
commit
77b049b24f
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
_: {
|
||||
{pkgs, ...}: {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
delta.enable = true;
|
||||
|
@ -11,8 +11,8 @@ _: {
|
|||
ignores = ["*result*" ".direnv" "node_modules"];
|
||||
};
|
||||
programs.gh = {
|
||||
enable = false;
|
||||
enableGitCredentialHelper = true;
|
||||
enable = true;
|
||||
gitCredentialHelper.enable = true;
|
||||
settings = {
|
||||
editor = "hx";
|
||||
prompt = "enabled";
|
||||
|
|
Loading…
Reference in a new issue