New git config

This commit is contained in:
Henry Hiles 2023-12-26 15:06:20 -05:00
parent 2ec0af73b7
commit 5f99274ae5
5 changed files with 12 additions and 19 deletions

View file

@ -1,8 +0,0 @@
{
programs.btop = {
enable = true;
settings = {
theme_background = false;
};
};
}

View file

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