blob: d086cfd803c11d00c605d13f126382f92b894e2d [file] [log] [blame]
{ config, pkgs, ... }: {
environment.systemPackages = with pkgs; [ gh git git-review ];
}