summary refs log tree commit diff
path: root/modules/hardware
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-01-11 00:30:57 +0100
committerMel <mel@rnrd.eu>2026-01-11 00:30:57 +0100
commit6fdc47c9606ddd298c7c9e5f9b83ec095e89998b (patch)
tree81f4fe97509ad7e2c1dbe2acc56671d73cbef3b0 /modules/hardware
parentee5f89c69f60fbe2821b9fdf780146fbec73725c (diff)
downloadminerals-6fdc47c9606ddd298c7c9e5f9b83ec095e89998b.tar.zst
minerals-6fdc47c9606ddd298c7c9e5f9b83ec095e89998b.zip
Update to NixOS 25.11
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules/hardware')
-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" ];