summaryrefslogtreecommitdiffstats
path: root/2configs/lass
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-07-17 10:33:11 +0200
committerlassulus <lass@aidsballs.de>2015-07-18 14:11:11 +0200
commitd66905589f60c3904b3ed3edd8c770c985feb092 (patch)
tree9d1bae5c0586410515f88233cc7ca38de39e43fb /2configs/lass
parenta2e9186b75b77ac3b7b53331008212040e368373 (diff)
2 lass.steam: enable java
Diffstat (limited to '2configs/lass')
-rw-r--r--2configs/lass/steam.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/2configs/lass/steam.nix b/2configs/lass/steam.nix
index d54873b..7d088fc 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
];