Clean amdgpu settings
This commit is contained in:
parent
c803efb140
commit
1298930422
1 changed files with 4 additions and 2 deletions
|
@ -18,17 +18,19 @@
|
|||
];
|
||||
|
||||
hardware = {
|
||||
amdgpu = {
|
||||
opencl.enable = true;
|
||||
initrd.enable = true;
|
||||
};
|
||||
graphics = {
|
||||
extraPackages = with pkgs; [
|
||||
libva-vdpau-driver
|
||||
libvdpau-va-gl
|
||||
obs-studio-plugins.obs-vaapi # TODO check if obs is enabled
|
||||
gst_all_1.gstreamer
|
||||
gst_all_1.gst-vaapi
|
||||
];
|
||||
extraPackages32 = with pkgs; [
|
||||
driversi686Linux.libva-vdpau-driver
|
||||
driversi686Linux.libvdpau-va-gl
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue