mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08:00
10 lines
263 B
Nix
10 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}
|
|
'';
|
|
}
|