hardware acceleration and opencl
This commit is contained in:
parent
45eb3125f3
commit
85fa14b480
1 changed files with 8 additions and 0 deletions
|
|
@ -16,6 +16,14 @@
|
|||
];
|
||||
environment.variables.EDITOR = "nvim";
|
||||
|
||||
hardware.opengl.extraPackages = with pkgs; [
|
||||
vaapiIntel
|
||||
vaapiVdpau
|
||||
libvdpau-va-gl
|
||||
intel-ocl
|
||||
rocm-opencl-icd
|
||||
rocm-opencl-runtime
|
||||
];
|
||||
programs.light.enable = true;
|
||||
hardware.opentabletdriver.enable = true;
|
||||
programs.steam.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue