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 = {
|
tools = {
|
||||||
#direnv.enable = true;
|
git = {
|
||||||
# ssh.enable = true;
|
enable = true;
|
||||||
git.enable = true;
|
userEmail = "harald@subzero.xyz";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue