attempt 4

This commit is contained in:
Nathan McCarty 2023-04-09 01:57:54 -04:00
parent 658617d9d2
commit 1fb1e0a91a
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,7 @@
}; };
config = { config = {
# Have it pretend to be a desktop to hopefully get dri working # Have it pretend to be a desktop to hopefully get dri working
isDesktop = true; # isDesktop = true;
setupGrub = false; setupGrub = false;
nix = { nix = {
autoUpdate = true; autoUpdate = true;
@ -67,6 +67,7 @@
libvdpau-va-gl libvdpau-va-gl
vaapiVdpau vaapiVdpau
intel-ocl intel-ocl
intel-media-driver
]; ];
extraPackages32 = with pkgs.pkgsi686Linux; [ extraPackages32 = with pkgs.pkgsi686Linux; [
libva libva