blob: 181add1d0728433bcbb67e460b2cce7ee9e121fb [file] [log] [blame]
Skyler Turner0ab3b7f2022-03-04 23:24:10 +00001{ pkgs, ... }: {
Skyler Turner62330c12022-03-04 22:10:16 +00002 home.packages = with pkgs; [
3 steam-run
4 ];
5
Skyler Turner0ab3b7f2022-03-04 23:24:10 +00006 # Due to opening the firewall and creating udev rules,
7 # steam proper can only be installed in the main system configuration.
8
9 # Steam-run is a FHS-compliant wrapper (around any executable), which
10 # we can run here, but the main steam package is not here
Skyler Turner62330c12022-03-04 22:10:16 +000011}