attempt 4
This commit is contained in:
parent
658617d9d2
commit
1fb1e0a91a
|
@ -26,7 +26,7 @@
|
|||
};
|
||||
config = {
|
||||
# Have it pretend to be a desktop to hopefully get dri working
|
||||
isDesktop = true;
|
||||
# isDesktop = true;
|
||||
setupGrub = false;
|
||||
nix = {
|
||||
autoUpdate = true;
|
||||
|
@ -67,6 +67,7 @@
|
|||
libvdpau-va-gl
|
||||
vaapiVdpau
|
||||
intel-ocl
|
||||
intel-media-driver
|
||||
];
|
||||
extraPackages32 = with pkgs.pkgsi686Linux; [
|
||||
libva
|
||||
|
|
Loading…
Reference in New Issue