diff --git a/systems/artemision/graphics.nix b/systems/artemision/graphics.nix index 990fc0b..1b600d9 100644 --- a/systems/artemision/graphics.nix +++ b/systems/artemision/graphics.nix @@ -1,10 +1,10 @@ { pkgs, ... }: { - hardware.opengl = { + hardware.graphics = { ## radv: an open-source Vulkan driver from freedesktop - driSupport = true; - driSupport32Bit = true; + enable = true; + enable32Bit = true; ## amdvlk: an open-source Vulkan driver from AMD extraPackages = with pkgs; [ diff --git a/systems/palatine-hill/configuration.nix b/systems/palatine-hill/configuration.nix index 425d2a1..c9d1720 100644 --- a/systems/palatine-hill/configuration.nix +++ b/systems/palatine-hill/configuration.nix @@ -35,7 +35,7 @@ hardware = { enableAllFirmware = true; - opengl = { + graphics = { enable = true; extraPackages = with pkgs; [ intel-media-driver # LIBVA_DRIVER_NAME=iHD