summaryrefslogtreecommitdiffstats
path: root/jeschli/2configs/steam.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-09-08 18:53:49 +0200
committermakefu <github@syntax-fehler.de>2018-09-08 18:53:49 +0200
commitbe93f44a4c043f3b5177ee4fb971956677ae30ea (patch)
tree71006153c7a728490bfd03c291549063381835b0 /jeschli/2configs/steam.nix
parent932ce82229626eb82c01c92a1c9ae5a161dc7970 (diff)
parentaf9935950e251c1c61139ac85080805ba29632b4 (diff)
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'jeschli/2configs/steam.nix')
-rw-r--r--jeschli/2configs/steam.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/jeschli/2configs/steam.nix b/jeschli/2configs/steam.nix
new file mode 100644
index 0000000..06a068a
--- /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
+}