summaryrefslogtreecommitdiff
path: root/config/git/default.nix
blob: 4fe7ef604257663ebd21834362e2c0f9fd40a79c (plain)
1
2
3
4
5
6
7
8
9
{ pkgs, config, ... }:

{
  programs.git = {
    enable = true;
    userName = "Raghuram Subramani";
    userEmail = "raghus2247@gmail.com";
  };
}