Add gitconfig and gitignore to git home module

This commit is contained in:
2025-11-17 19:15:09 +01:00
parent 6e93f8cb39
commit 2793aa4e59
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;
};
}