From 58b5042490ab30ab082842833dfdd1fe4d021994 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 1 Jun 2023 18:02:19 +0200 Subject: no amd stuff --- common.nix | 8 -------- 1 file changed, 8 deletions(-) (limited to 'common.nix') diff --git a/common.nix b/common.nix index 51b0629..5486a24 100644 --- a/common.nix +++ b/common.nix @@ -296,14 +296,6 @@ in # proper lutris gaming for 32-bit stuff hardware.opengl.driSupport32Bit = true; - # extra AMD stuff - hardware.opengl.extraPackages = [ - pkgs.amdvlk - ]; - hardware.opengl.extraPackages32 = [ - pkgs.driversi686Linux.amdvlk - ]; - # Enable the OpenSSH daemon. services.openssh = { enable = true; -- cgit v1.2.3