diff options
author | lassulus <lassulus@lassul.us> | 2020-01-11 20:49:33 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2020-01-11 20:49:33 +0100 |
commit | aea96c36727aaa1918a92a5f700a0a58642ce593 (patch) | |
tree | 554bd73161845d78083483151745c6d3f634c49e /lass/2configs/steam.nix | |
parent | ded0441e2582bd511ae2bdf45cbca8b0f4ae1796 (diff) |
l steam: add libva as dependency
Diffstat (limited to 'lass/2configs/steam.nix')
-rw-r--r-- | lass/2configs/steam.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lass/2configs/steam.nix b/lass/2configs/steam.nix index 701e5047e..eae31aec4 100644 --- a/lass/2configs/steam.nix +++ b/lass/2configs/steam.nix @@ -11,6 +11,7 @@ # ##TODO: make steam module nixpkgs.config.steam.java = true; + hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ]; users.users.games.packages = [ pkgs.steam ]; |