diff options
author | tv <tv@shackspace.de> | 2015-07-19 11:18:15 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-07-19 11:18:15 +0200 |
commit | 5c52fb9e917e2d6503e37fddcc33271e5238d02a (patch) | |
tree | c109e79f39e87c9a190c9bbc351bcd51fb2e747f /2configs/lass/steam.nix | |
parent | f60da30b80ccd6eed32cff277b3d4c84ce12b25d (diff) | |
parent | 70711515910f5627262f0da0270ab76024811c20 (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to '2configs/lass/steam.nix')
-rw-r--r-- | 2configs/lass/steam.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2configs/lass/steam.nix b/2configs/lass/steam.nix index d54873b1f..7d088fc6a 100644 --- a/2configs/lass/steam.nix +++ b/2configs/lass/steam.nix @@ -12,6 +12,7 @@ ##TODO: make steam module hardware.opengl.driSupport32Bit = true; + nixpkgs.config.steam.java = true; environment.systemPackages = with pkgs; [ steam ]; |