2023-04-07 07:19:41 +08:00
|
|
|
{ inputs, outputs, lib, config, pkgs, ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
programs.git = {
|
|
|
|
enable = true;
|
|
|
|
userName = "sajenim";
|
|
|
|
userEmail = "its.jassy@pm.me";
|
2023-04-28 22:50:21 +08:00
|
|
|
extraConfig = {
|
|
|
|
init.defaultBranch = "main";
|
|
|
|
};
|
2023-04-07 07:19:41 +08:00
|
|
|
};
|
|
|
|
}
|