feat(home): configure Git user email for rialo
This commit is contained in:
parent
68b166ec1a
commit
3c28ec261b
1 changed files with 4 additions and 3 deletions
|
@ -23,9 +23,10 @@
|
|||
};
|
||||
|
||||
tools = {
|
||||
#direnv.enable = true;
|
||||
# ssh.enable = true;
|
||||
git.enable = true;
|
||||
git = {
|
||||
enable = true;
|
||||
userEmail = "harald@subzero.xyz";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue