From 6fdc47c9606ddd298c7c9e5f9b83ec095e89998b Mon Sep 17 00:00:00 2001 From: Mel Date: Sun, 11 Jan 2026 00:30:57 +0100 Subject: Update to NixOS 25.11 Signed-off-by: Mel --- modules/hardware/amd-gpu.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules/hardware/amd-gpu.nix') 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" ]; -- cgit 1.4.1