feat(home): add git config with example configuration for non-NixOS
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
programs.git.enable = true;
|
||||
home.file = {
|
||||
".gitconfig".source = ../../dots/.gitconfig;
|
||||
".gitconfig.work".source = ../../dots/.gitconfig.work;
|
||||
".gitignore".source = ../../dots/.gitignore;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user