summary refs log tree commit diff
path: root/modules/hardware/amd-gpu.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hardware/amd-gpu.nix')
-rw-r--r--modules/hardware/amd-gpu.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/hardware/amd-gpu.nix b/modules/hardware/amd-gpu.nix
index cfaa974..1b52e20 100644
--- a/modules/hardware/amd-gpu.nix
+++ b/modules/hardware/amd-gpu.nix
@@ -7,11 +7,6 @@
   hardware.graphics = {
     enable = true;
     enable32Bit = true;
-
-    # use amdvlk in conjunction with amdgpu,
-    # applications can choose which one to use.
-    extraPackages = with pkgs; [ amdvlk ];
-    extraPackages32 = with pkgs; [ driversi686Linux.amdvlk ];
   };
 
   services.xserver.videoDrivers = [ "amdgpu" ];