diff options
author | Rory& <root@rory.gay> | 2024-06-27 08:23:38 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-04 14:45:02 +0200 |
commit | 0330e8ac8b82469f00c33fc9dbc6b153f0d84bf1 (patch) | |
tree | aeadde639206e30a9740981c855ebcf82e0f777a /host/Rory-desktop/optional/hardware-specific/amd.nix | |
parent | Update server (diff) | |
download | Rory-Open-Architecture-0330e8ac8b82469f00c33fc9dbc6b153f0d84bf1.tar.xz |
Desktop update
Diffstat (limited to 'host/Rory-desktop/optional/hardware-specific/amd.nix')
-rw-r--r-- | host/Rory-desktop/optional/hardware-specific/amd.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/host/Rory-desktop/optional/hardware-specific/amd.nix b/host/Rory-desktop/optional/hardware-specific/amd.nix index d44766a..45bea66 100644 --- a/host/Rory-desktop/optional/hardware-specific/amd.nix +++ b/host/Rory-desktop/optional/hardware-specific/amd.nix @@ -21,10 +21,9 @@ boot.initrd.kernelModules = [ "amdgpu" ]; ]; hardware = { - opengl = { + graphics = { enable = true; - driSupport = true; - driSupport32Bit = true; + enable32Bit = true; extraPackages = with pkgs; [ rocmPackages.clr.icd amdvlk |