refactor: further progress

This commit is contained in:
2026-04-25 00:19:20 +02:00
parent 55fbe82a42
commit 0500aab3cb
31 changed files with 680 additions and 398 deletions
+3 -3
View File
@@ -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;
};
};
};