feat(gs/system): Install steam

Change-Id: Id61bf6bed41773e398cb6173c33f378937785d94
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1354
Tested-by: BuildkiteCI
Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
Griffin Smith 2020-07-23 11:23:14 -04:00 committed by glittershark
parent 855995325e
commit ba0c785b25
2 changed files with 8 additions and 0 deletions

View file

@ -44,4 +44,9 @@ in {
);
};
};
home.packages = with pkgs; [
steam
xorg.libxcb
];
}