{ pkgs, ... }: { # Git configuration programs.git = { enable = true; userName = "Sara Gerretsen"; userEmail = "sara@saragerretsen.nl"; }; }