attempt 4
This commit is contained in:
parent
658617d9d2
commit
1fb1e0a91a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue