Add git configuration
This commit is contained in:
parent
ee2a38c22f
commit
5a8944d9aa
@ -80,6 +80,23 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# git configuration
|
||||||
|
programs.git.extraConfig = {
|
||||||
|
init = {
|
||||||
|
defaultBranch = "main";
|
||||||
|
};
|
||||||
|
user = {
|
||||||
|
name = "RealStickman";
|
||||||
|
email = "mrc@frm01.net";
|
||||||
|
};
|
||||||
|
gitlab = {
|
||||||
|
user = "RealStickman";
|
||||||
|
};
|
||||||
|
github = {
|
||||||
|
user = "RealStickman";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
services.mako.enable = true;
|
services.mako.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user