diff options
author | lassulus <lass@blue.r> | 2018-09-04 20:11:18 +0200 |
---|---|---|
committer | lassulus <lass@blue.r> | 2018-09-04 20:11:18 +0200 |
commit | 58fe54d3f9ae616bbb3f9b0366bb7bd5b96a099d (patch) | |
tree | 9763541597c67dd2ff833995ddddc31b8de679ab /jeschli/2configs/steam.nix | |
parent | c1e692217834de86416b04c04958c791113b11cc (diff) | |
parent | 228ca863767edc07ae50c82034d873ee7ef17310 (diff) |
Merge remote-tracking branch 'prism/staging/jeschli'
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 +} |