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
];
}

View file

@ -142,4 +142,7 @@ in
SUBSYSTEMS=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04[789ABCD]?", MODE:="0666"
KERNEL=="ttyACM*", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04[789B]?", MODE:="0666"
'';
# Necessary to get steam working
hardware.opengl.driSupport32Bit = true;
}