mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
9 lines
263 B
Nix
9 lines
263 B
Nix
{
|
|
programs.git.enable = true;
|
|
programs.mergiraf.enable = true;
|
|
|
|
nmt.script = ''
|
|
assertFileContent "home-files/.config/git/config" ${./mergiraf-git.conf}
|
|
assertFileContent "home-files/.config/git/attributes" ${./mergiraf-git-attributes.conf}
|
|
'';
|
|
}
|