nixos-config/home/afoucaultc/packages/git.nix
2026-07-03 09:15:37 +02:00

8 lines
134 B
Nix

{ pkgs, inputs, ... }:
{
programs.git = {
enable = true;
userName = "afoucaultc";
userEmail = "antoine.fo.ca@proton.me";
};
}