summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-06-01 18:02:19 +0200
committerChristoph Cullmann <cullmann@kde.org>2023-06-01 18:02:19 +0200
commit58b5042490ab30ab082842833dfdd1fe4d021994 (patch)
tree0c5d208b50c4210edd71422702eccec9082acd74
parent53909c0428b37a5141fc0564a9c3b556940c42f9 (diff)
no amd stuff
-rw-r--r--common.nix8
1 files changed, 0 insertions, 8 deletions
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;