Files
cnix/home/core/git/default.nix
2024-06-27 18:18:19 +02:00

8 lines
102 B
Nix

{
programs.git = {
enable = true;
userName = "cnst";
userEmail = "cnst@cana.st";
};
}