stockholm/jeschli/2configs/steam.nix
2018-09-04 20:09:24 +02:00

13 lines
197 B
Nix

{ config, pkgs, ... }:
{
nixpkgs.config.steam.java = true;
environment.systemPackages = with pkgs; [
steam
];
hardware.opengl.driSupport32Bit = true;
#ports for inhome streaming
}