9 lines
140 B
Nix
9 lines
140 B
Nix
_: {
|
|
programs.git = {
|
|
enable = true;
|
|
userName = "L0m1g" ;
|
|
userEmail = "git@lomig.me";
|
|
};
|
|
}
|
|
# vim: set ts=2 sw=2 sts=2 et :
|
|
|