If you want to rollback to 5.8’ish:
Use what ever you’d like for the directory paths.
This assumes koji isn’t installed.
mkdir oldkernel
cd oldkernel
sudo dnf install koji
koji download-build --arch=x86_64 kernel-5.8.18-200.fc32
sudo dnf install kernel-5.8.18-200.fc32.x86_64.rpm kernel-core-5.8.18-200.fc32.x86_64.rpm kernel-devel-5.8.18-200.fc32.x86_64.rpm kernel-modules-5.8.18-200.fc32.x86_64.rpm
If you need the kernel headers to build nvidia:
koji download-build --arch=x86_64 kernel-headers-5.8.18-200.fc32
sudo dnf install kernel-headers-5.8.18-200.fc32.x86_64.rpm