From 0330e8ac8b82469f00c33fc9dbc6b153f0d84bf1 Mon Sep 17 00:00:00 2001 From: Rory& Date: Thu, 27 Jun 2024 08:23:38 +0200 Subject: Desktop update --- host/Rory-portable/optional/hardware-specific/amd.nix | 4 ++-- host/Rory-portable/optional/hardware-specific/nvidia.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'host/Rory-portable/optional') 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; -- cgit 1.4.1