update: 24.11
This commit is contained in:
parent
1fe114cdcd
commit
fbc3d6b96a
17 changed files with 183 additions and 145 deletions
|
@ -25,16 +25,13 @@ in
|
|||
wantedBy = [ "multi-user.target" ];
|
||||
};
|
||||
|
||||
hardware.opengl.driSupport = true;
|
||||
# # For 32 bit applications
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
hardware.graphics.enable32Bit = true;
|
||||
|
||||
hardware.opengl.extraPackages = with pkgs; [
|
||||
hardware.graphics.extraPackages = with pkgs; [
|
||||
libva
|
||||
libvdpau
|
||||
vaapiVdpau
|
||||
rocm-opencl-icd
|
||||
rocm-opencl-runtime
|
||||
rocmPackages.clr
|
||||
rocmPackages.rocm-smi
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue