chore(flake): update and re-add fixed libvdpau-va-gl

This commit is contained in:
Tim Schubert 2025-10-12 15:23:15 +02:00
parent 0c69d4373f
commit de5d7ae0b4
No known key found for this signature in database
2 changed files with 7 additions and 4 deletions

6
flake.lock generated
View file

@ -204,11 +204,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1760103600, "lastModified": 1760239230,
"narHash": "sha256-R4cltQFceN3POiPhBu7aTKsrwqTiwo6zjzmitrHD80E=", "narHash": "sha256-eqSP/BAbQwNTlQ/6yuK0yILzZAPNNj91gp6oIfVtu/E=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "bcccb01d0a353c028cc8cb3254cac7ebae32929e", "rev": "c4aaddeaecc09554c92518fd904e3e84b497ed09",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -18,7 +18,10 @@ in
programs.steam.enable = true; programs.steam.enable = true;
hardware.graphics = { hardware.graphics = {
enable = true; enable = true;
extraPackages32 = with pkgs.pkgsi686Linux; [ libva ]; extraPackages32 = with pkgs.pkgsi686Linux; [
libva
libvdpau-va-gl
];
}; };
services.pulseaudio.support32Bit = true; services.pulseaudio.support32Bit = true;
}; };