diff --git a/hosts/laptop/modules/graphics.nix b/hosts/laptop/modules/graphics.nix index 18bc808..b561d4c 100644 --- a/hosts/laptop/modules/graphics.nix +++ b/hosts/laptop/modules/graphics.nix @@ -8,8 +8,6 @@ hardware.graphics.extraPackages = with pkgs; [ rocmPackages.clr.icd - ]; - hardware.opengl.extraPackages = with pkgs; [ amdvlk ];