summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common.nix')
-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;