Add gitconfig and gitignore to git home module

This commit is contained in:
2025-11-17 19:15:09 +01:00
parent 4fbecc4d34
commit be38105e84
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
{
enable = true;
programs.git.enable = true;
home.file = {
".gitconfig".source = ../../dots/.gitconfig;
".gitignore".source = ../../dots/.gitignore;
};
}