2024-10-09 13:44:35 +00:00
|
|
|
{
|
2024-08-25 19:58:12 +00:00
|
|
|
programs.git = {
|
|
|
|
enable = true;
|
2024-09-24 13:09:36 +00:00
|
|
|
userName = "Anthony Rodriguez";
|
2024-08-25 19:58:12 +00:00
|
|
|
userEmail = "anthony@nezia.dev";
|
|
|
|
signing = {
|
|
|
|
signByDefault = true;
|
|
|
|
key = "EE3BE97C040A86CE";
|
|
|
|
};
|
2024-10-09 13:44:35 +00:00
|
|
|
extraConfig = {
|
|
|
|
push.autoSetupRemote = true;
|
|
|
|
};
|
2024-08-25 19:58:12 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
programs.lazygit = {
|
|
|
|
enable = true;
|
|
|
|
};
|
|
|
|
}
|