diff --git a/hosts/del/configuration.nix b/hosts/del/configuration.nix index 7499b0b..15067d3 100644 --- a/hosts/del/configuration.nix +++ b/hosts/del/configuration.nix @@ -45,9 +45,9 @@ in { # enable = true; # platform = "ipu6"; # }; - opengl = { + graphics = { enable = true; - driSupport32Bit = true; + enable32Bit = true; extraPackages = with pkgs; [ mesa libdrm diff --git a/options/common/gpu/amd.nix b/options/common/gpu/amd.nix index 081ab94..5447785 100644 --- a/options/common/gpu/amd.nix +++ b/options/common/gpu/amd.nix @@ -3,9 +3,9 @@ ... }: { hardware = { - opengl = { + graphics = { enable = true; - driSupport32Bit = true; + enable32Bit = true; extraPackages = with pkgs; [ mesa amdvlk