nix-config/modules/git.nix
2020-08-01 15:46:33 +02:00

5 lines
52 B
Nix

{ config, ... }:
{
programs.git.enable = true;
}