mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
xd
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
pkgs,
|
||||
full_name,
|
||||
email,
|
||||
userConfig,
|
||||
...
|
||||
}:
|
||||
|
||||
@@ -14,8 +13,8 @@
|
||||
enable = true;
|
||||
settings = {
|
||||
user = {
|
||||
name = full_name;
|
||||
email = email;
|
||||
name = userConfig.fullName;
|
||||
email = userConfig.email;
|
||||
};
|
||||
init.defaultBranch = "master";
|
||||
push.autoSetupRemote = true;
|
||||
@@ -23,7 +22,7 @@
|
||||
};
|
||||
|
||||
signing = {
|
||||
key = email;
|
||||
key = userConfig.email;
|
||||
signByDefault = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user