Add gitconfig and gitignore to git home module
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
{
|
||||
enable = true;
|
||||
programs.git.enable = true;
|
||||
home.file = {
|
||||
".gitconfig".source = ../../dots/.gitconfig;
|
||||
".gitignore".source = ../../dots/.gitignore;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user