diff options
author | lassulus <lass@aidsballs.de> | 2015-07-17 10:33:11 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-07-18 14:11:11 +0200 |
commit | d66905589f60c3904b3ed3edd8c770c985feb092 (patch) | |
tree | 9d1bae5c0586410515f88233cc7ca38de39e43fb | |
parent | a2e9186b75b77ac3b7b53331008212040e368373 (diff) |
2 lass.steam: enable java
-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 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 ]; |