9 lines
212 B
Nix
9 lines
212 B
Nix
{
|
|
programs.git.enable = true;
|
|
home.file = {
|
|
".gitconfig".source = ../../dots/.gitconfig;
|
|
".gitconfig.work".source = ../../dots/.gitconfig.work;
|
|
".gitignore".source = ../../dots/.gitignore;
|
|
};
|
|
}
|