7 lines
160 B
Nix
7 lines
160 B
Nix
{ ... }: {
|
|
programs.git = {
|
|
userName = "Jacob Hrbek";
|
|
userEmail = "kreyren@fsfe.org";
|
|
# FIXME(Krey): Use tor for proxy if it's set up on the system
|
|
};
|
|
} |