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

11 lines
163 B
Nix

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