Initial Commit

This commit is contained in:
Henry Hiles 2023-07-01 18:01:50 -04:00
parent 0b2e96ffc4
commit e705cfd463
11 changed files with 595 additions and 0 deletions

9
home-manager/git.nix Normal file
View file

@ -0,0 +1,9 @@
{
programs.git = {
enable = true;
userName = "Henry Hiles";
userEmail = "henry@henryhiles.com";
};
programs.gh.enable = true;
}