nixconf/home-manager/git.nix

4 lines
51 B
Nix

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