diff --git a/hosts/nixos-desktop/hardware-configuration.nix b/hosts/nixos-desktop/hardware-configuration.nix index d7f7432..cf027de 100644 --- a/hosts/nixos-desktop/hardware-configuration.nix +++ b/hosts/nixos-desktop/hardware-configuration.nix @@ -64,7 +64,6 @@ enable32Bit = true; extraPackages = with pkgs; [ rocmPackages.clr - amdvlk ]; };