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