less 32 bit stuff
This commit is contained in:
parent
ab4a2aa238
commit
2fc3232ef3
2 changed files with 0 additions and 2 deletions
|
@ -22,5 +22,4 @@
|
||||||
|
|
||||||
# amd graphics
|
# amd graphics
|
||||||
hardware.opengl.extraPackages = with pkgs; [ amdvlk rocm-opencl-icd rocm-opencl-runtime ];
|
hardware.opengl.extraPackages = with pkgs; [ amdvlk rocm-opencl-icd rocm-opencl-runtime ];
|
||||||
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ amdvlk ];
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,5 +22,4 @@
|
||||||
|
|
||||||
# intel graphics
|
# intel graphics
|
||||||
hardware.opengl.extraPackages = with pkgs; [ intel-media-driver intel-compute-runtime ];
|
hardware.opengl.extraPackages = with pkgs; [ intel-media-driver intel-compute-runtime ];
|
||||||
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ intel-media-driver ];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue