l steam: add libva as dependency
This commit is contained in:
parent
ded0441e25
commit
aea96c3672
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue