more moving

This commit is contained in:
2026-06-20 00:57:25 -05:00
parent 656103c592
commit f72c739b13
7 changed files with 11 additions and 11 deletions
+9
View File
@@ -0,0 +1,9 @@
{ ... }: {
programs.git = {
enable = true;
settings = {
user.name = "Roy Dumblauskas";
user.email = "roydumblauskas@gmail.com";
};
};
}