diff options
Diffstat (limited to 'jeschli/2configs/steam.nix')
-rw-r--r-- | jeschli/2configs/steam.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/jeschli/2configs/steam.nix b/jeschli/2configs/steam.nix new file mode 100644 index 000000000..06a068a3f --- /dev/null +++ b/jeschli/2configs/steam.nix @@ -0,0 +1,12 @@ +{ config, pkgs, ... }: + +{ + + nixpkgs.config.steam.java = true; + environment.systemPackages = with pkgs; [ + steam + ]; + hardware.opengl.driSupport32Bit = true; + + #ports for inhome streaming +} |