{ pkgs, ... }: { programs.git = { enable = true; package = pkgs.gitFull; userName = "Yorick Barbanneau"; userEmail = "ephase@xieme-art.org"; }; }