still working

This commit is contained in:
Bryan Ramos 2023-06-05 15:14:24 -04:00
parent 64235f2775
commit 0712b63194
14 changed files with 508 additions and 174 deletions

View file

@ -9,11 +9,13 @@ in
config = mkIf cfg.enable {
programs.git = {
enable = true;
userName = "Bryan Ramos";
userEmail = "bryan@ramos.codes";
extraConfig = {
init = { defaultBranch = "main"; };
};
};
home.file = {
".gitconfig".source = ./gitconfig;
};
};
}

4
modules/git/gitconfig Normal file
View file

@ -0,0 +1,4 @@
[user]
email = bryan@ramos.codes
name = Bryan Ramos
signingkey = F1F3466458452B2DF351F1E864D12BA95ACE1F2D