mirror of
https://github.com/ItsDrike/nixdots
synced 2024-12-25 19:24:34 +00:00
Update deprecated names
This commit is contained in:
parent
8f6137e52b
commit
919a2efc17
|
@ -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 ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -63,7 +63,7 @@ in
|
|||
};
|
||||
|
||||
# Enable OpenGL
|
||||
opengl = {
|
||||
graphics = {
|
||||
enable = true;
|
||||
|
||||
# VA-API implementation using NVIDIA's NVDEC
|
||||
|
|
Loading…
Reference in a new issue