fix?: created config.email option to use for git
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ in
|
||||
enable = true;
|
||||
settings.user = {
|
||||
inherit name;
|
||||
email = config.accounts.email.accounts.${name}.address;
|
||||
email = config.email;
|
||||
};
|
||||
};
|
||||
starship = {
|
||||
|
||||
Reference in New Issue
Block a user