nix/git.nix

7 lines
No EOL
116 B
Nix

{pkgs, ...}: {
programs.git = {
enable = true;
userName = "CDaut";
userEmail = "git@cdaut.de";
};
}