blob: 8a64e0d2a3ea6845bfc46c5870c20433b90b37df [file] [log] [blame]
{ pkgs, ... }:
{
environment.systemPackages = [ pkgs.git ];
}