Tweak git
This commit is contained in:
parent
c30196e7bb
commit
56177c31c5
2 changed files with 8 additions and 1 deletions
8
.config/nix/home/git.nix
Normal file
8
.config/nix/home/git.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Tobias Ostner";
|
||||
userEmail = "tobias.ostner@gmail.com";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue