diff options
Diffstat (limited to 'host/Rory-portable/optional')
-rw-r--r-- | host/Rory-portable/optional/hardware-specific/amd.nix | 4 | ||||
-rw-r--r-- | host/Rory-portable/optional/hardware-specific/nvidia.nix | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/host/Rory-portable/optional/hardware-specific/amd.nix b/host/Rory-portable/optional/hardware-specific/amd.nix index d44766a..e24bcd0 100644 --- a/host/Rory-portable/optional/hardware-specific/amd.nix +++ b/host/Rory-portable/optional/hardware-specific/amd.nix @@ -21,9 +21,9 @@ boot.initrd.kernelModules = [ "amdgpu" ]; ]; hardware = { - opengl = { + graphics = { enable = true; - driSupport = true; + #driSupport = true; driSupport32Bit = true; extraPackages = with pkgs; [ rocmPackages.clr.icd diff --git a/host/Rory-portable/optional/hardware-specific/nvidia.nix b/host/Rory-portable/optional/hardware-specific/nvidia.nix index 7278d84..66b328f 100644 --- a/host/Rory-portable/optional/hardware-specific/nvidia.nix +++ b/host/Rory-portable/optional/hardware-specific/nvidia.nix @@ -18,7 +18,7 @@ }; hardware = { - opengl = { + graphics = { enable = true; driSupport = true; driSupport32Bit = true; |