nix-config/git.nix
2020-02-28 17:12:48 +01:00

5 lines
52 B
Nix

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