{ pkgs , ... }: { home.packages = [ pkgs.gh ]; programs.git = { enable = true; userName = "Thomas Syms"; userEmail = "thomassyms@gmail.com"; }; }