diff options
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 ]; |