fix git settings
This commit is contained in:
parent
d0df309854
commit
a166e1f251
1 changed files with 4 additions and 2 deletions
6
home.nix
6
home.nix
|
|
@ -30,8 +30,10 @@
|
|||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Yisroel Baum";
|
||||
userEmail = "yisroel.d.baum@gmail.com";
|
||||
settings.user = {
|
||||
name = "Yisroel Baum";
|
||||
email = "yisroel.d.baum@gmail.com";
|
||||
};
|
||||
};
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue