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 = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Yisroel Baum";
|
settings.user = {
|
||||||
userEmail = "yisroel.d.baum@gmail.com";
|
name = "Yisroel Baum";
|
||||||
|
email = "yisroel.d.baum@gmail.com";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
programs.starship = {
|
programs.starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue