Added git config

This commit is contained in:
Andrei Lazarescu 2025-05-30 23:41:15 +03:00
parent dc4fe16f12
commit 58aa3f8db1

View File

@ -187,6 +187,14 @@
enable = true;
};
};
git = {
enable = true;
package = pkgs.gitFull;
aliases = {};
lfs.enable = true;
userEmail = "lazarescu.andrei19@gmail.com";
userName = "Andrei Lazarescu";
};
};
services = {