diff --git a/home/juspay.nix b/home/juspay.nix index 8023079..f60c15b 100644 --- a/home/juspay.nix +++ b/home/juspay.nix @@ -23,5 +23,15 @@ }; }; }; + + programs.git = { + # Bitbucket git access and policies + includes = [{ + condition = "gitdir:~/juspay/**"; + contents = { + user.email = "sridhar.ratnakumar@juspay.in"; + }; + }]; + }; }