Update deprecated names

This commit is contained in:
ItsDrike 2024-06-23 21:59:11 +02:00
parent 8f6137e52b
commit 919a2efc17
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
2 changed files with 4 additions and 8 deletions

View file

@ -23,16 +23,12 @@ in
];
# Enable OpenGL
hardware.opengl = {
hardware.graphics = {
enable = true;
# Enable OpenCL and AMDVLK
extraPackages = with pkgs; [
amdvlk
];
extraPackages32 = with pkgs; [
driversi686Linux.amdvlk
];
extraPackages = with pkgs; [ amdvlk ];
extraPackages32 = with pkgs; [ driversi686Linux.amdvlk ];
};
};
}

View file

@ -63,7 +63,7 @@ in
};
# Enable OpenGL
opengl = {
graphics = {
enable = true;
# VA-API implementation using NVIDIA's NVDEC