This commit is contained in:
iofq 2023-04-23 23:57:06 -05:00
commit 1a5d89af7a
29 changed files with 911 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{ ... }:
{
programs.git= {
enable = true;
userEmail = "cjriddz@protonmail.com";
userName = "iofq";
};
}