mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-12-10 03:49:44 +00:00
chore: update inputs
This commit is contained in:
parent
8d6b4ebdeb
commit
ac228ac385
4 changed files with 76 additions and 101 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue