upd
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{general, ...}: {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
extraConfig = {
|
||||
user.name = "${general.gitProfile.user}";
|
||||
user.email = "${general.gitProfile.email}";
|
||||
init.defaultBranch = "${general.gitProfile.defaultBranch}";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user