nix-config/modules/home/git/default.nix
2023-11-13 19:39:49 +01:00

7 lines
120 B
Nix

{ ... }: {
programs.git = {
enable = true;
userName = "twoneis";
userEmail = "sanjay29@sapura.de";
};
}