From de5d7ae0b485ab7029c57c2a1a96c46c44662417 Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Sun, 12 Oct 2025 15:23:15 +0200 Subject: [PATCH] chore(flake): update and re-add fixed libvdpau-va-gl --- flake.lock | 6 +++--- nixos/modules/steam.nix | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) 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; };