stockholm/jeschli/2configs/steam.nix

13 lines
197 B
Nix
Raw Normal View History

2018-08-21 17:45:50 +00:00
{ config, pkgs, ... }:
{
nixpkgs.config.steam.java = true;
environment.systemPackages = with pkgs; [
steam
];
hardware.opengl.driSupport32Bit = true;
#ports for inhome streaming
}