blob: 181add1d0728433bcbb67e460b2cce7ee9e121fb [file] [log] [blame]
{ pkgs, ... }: {
home.packages = with pkgs; [
steam-run
];
# Due to opening the firewall and creating udev rules,
# steam proper can only be installed in the main system configuration.
# Steam-run is a FHS-compliant wrapper (around any executable), which
# we can run here, but the main steam package is not here
}