diff --git a/flake.lock b/flake.lock index 54d4919..30cfa7c 100644 --- a/flake.lock +++ b/flake.lock @@ -204,11 +204,11 @@ ] }, "locked": { - "lastModified": 1760103600, - "narHash": "sha256-R4cltQFceN3POiPhBu7aTKsrwqTiwo6zjzmitrHD80E=", + "lastModified": 1760239230, + "narHash": "sha256-eqSP/BAbQwNTlQ/6yuK0yILzZAPNNj91gp6oIfVtu/E=", "owner": "nix-community", "repo": "home-manager", - "rev": "bcccb01d0a353c028cc8cb3254cac7ebae32929e", + "rev": "c4aaddeaecc09554c92518fd904e3e84b497ed09", "type": "github" }, "original": { diff --git a/nixos/modules/steam.nix b/nixos/modules/steam.nix index 2d2963f..7204d6f 100644 --- a/nixos/modules/steam.nix +++ b/nixos/modules/steam.nix @@ -18,7 +18,10 @@ in programs.steam.enable = true; hardware.graphics = { enable = true; - extraPackages32 = with pkgs.pkgsi686Linux; [ libva ]; + extraPackages32 = with pkgs.pkgsi686Linux; [ + libva + libvdpau-va-gl + ]; }; services.pulseaudio.support32Bit = true; };