blob: 189c2627819a023b303856fac7118b0b1c784e76 [file] [log] [blame]
{ pkgs, ... }: {
environment.systemPackages = [
pkgs.gh
];
}