From ebe786438427e9a4f14c79e1b11331f333c19cd2 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Fri, 31 Jan 2025 19:43:59 +0100 Subject: [PATCH] remove vulkan package, causes artefacts --- configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 41db0cd..548b712 100644 --- a/configuration.nix +++ b/configuration.nix @@ -30,7 +30,6 @@ steam-hardware.enable = true; opengl.enable = true; opengl.extraPackages = with pkgs; [ - amdvlk rocm-opencl-icd ]; };