nix/modules/home/git.nix
2024-09-13 13:32:21 +02:00

7 lines
81 B
Nix

{ ... }:
{
programs.git = {
enable = true;
delta.enable = true;
};
}