Nixconfigs/modules/usermodules/git.nix
Maxiem Geldhof 643396a7dd oh my zsh
2025-10-13 18:48:38 +02:00

9 lines
No EOL
156 B
Nix

{
programs.git = {
enable = true;
extraConfig = {
user.name = "Maxiem Geldhof";
user.email = "author@maxiemgeldhof.com";
};
};
}