chore: update inputs

This commit is contained in:
toast 2025-11-22 21:20:07 +09:00
parent 8d6b4ebdeb
commit ac228ac385
4 changed files with 76 additions and 101 deletions

View file

@ -1,9 +1,11 @@
{
programs.git = {
enable = true;
userName = "lightly-toasted";
userEmail = "tooast@duck.com";
extraConfig = {
settings = {
user = {
name = "lightly-toasted";
email = "tooast@duck.com";
};
init.defaultBranch = "main";
};
};