8 lines
134 B
Nix
8 lines
134 B
Nix
{ pkgs, inputs, ... }:
|
|
{
|
|
programs.git = {
|
|
enable = true;
|
|
userName = "afoucaultc";
|
|
userEmail = "antoine.fo.ca@proton.me";
|
|
};
|
|
}
|