move home.nix into manager folder

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