Tweak git

This commit is contained in:
Tobias Ostner 2023-12-27 10:37:06 +01:00
parent c30196e7bb
commit 56177c31c5
2 changed files with 8 additions and 1 deletions

8
.config/nix/home/git.nix Normal file
View file

@ -0,0 +1,8 @@
{ ... }:
{
programs.git = {
enable = true;
userName = "Tobias Ostner";
userEmail = "tobias.ostner@gmail.com";
};
}