refactor: further progress
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
...
|
||||
}:
|
||||
let
|
||||
user = config.meta.user;
|
||||
account = config.meta.user.account;
|
||||
in
|
||||
{
|
||||
programs.git = {
|
||||
@@ -19,8 +19,8 @@
|
||||
settings = {
|
||||
init.defaultBranch = "main";
|
||||
user = {
|
||||
name = user.realName;
|
||||
email = user.primaryEmail.address;
|
||||
name = account.realName;
|
||||
email = account.primaryEmail.address;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user