nixos: hardware: graphics: fix renamed option
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2024-06-28 18:10:26 +01:00
parent fc5cb1a47d
commit b895265537

View file

@ -26,7 +26,7 @@ in
config = lib.mkIf cfg.enable (lib.mkMerge [
{
hardware.opengl = {
hardware.graphics = {
enable = true;
};
}
@ -45,7 +45,7 @@ in
};
};
hardware.opengl = {
hardware.graphics = {
extraPackages = with pkgs; [
# OpenCL
rocmPackages.clr
@ -62,7 +62,7 @@ in
VDPAU_DRIVER = "va_gl";
};
hardware.opengl = {
hardware.graphics = {
extraPackages = with pkgs; [
# Open CL
intel-compute-runtime