Nvidia drivers installation step by step guide

Hi. I am on Fedora 41 KDE and I would like to install nvidia drivers. Could someone please show me step by step guide?
I’ve executed the following commands:

cosmo@fedora:~$ lsmod | grep nouveau
nouveau              3809280  0
mxm_wmi                12288  1 nouveau
drm_ttm_helper         16384  2 xe,nouveau
gpu_sched              65536  2 xe,nouveau
drm_gpuvm              45056  2 xe,nouveau
drm_exec               12288  3 drm_gpuvm,xe,nouveau
i2c_algo_bit           20480  3 xe,i915,nouveau
ttm                   114688  4 drm_ttm_helper,xe,i915,nouveau
drm_display_helper    294912  3 xe,i915,nouveau
video                  81920  5 asus_wmi,asus_nb_wmi,xe,i915,nouveau
wmi                    28672  5 video,asus_wmi,wmi_bmof,mxm_wmi,nouveau
cosmo@fedora:~$ lspci | grep -E "VGA|3D"
0000:00:02.0 VGA compatible controller: Intel Corporation TigerLake-H GT1 [UHD Graphics] (rev 01)
0000:01:00.0 VGA compatible controller: NVIDIA Corporation GA107M [GeForce RTX 3050 Ti Mobile] (rev a1)
cosmo@fedora:~$ mokutil --sb-state
SecureBoot disabled
Platform is in Setup Mode

I’ve found “Howto/NVIDIA (OPTIMUS)” guide somehow hard to understand. What should I do next?

I used this howto :

https://rpmfusion.org/Howto/NVIDIA?highlight=(\bCategoryHowto\b)

Combining the instructions from that linked guide into one command and assuming you already have enable the 3rd party repos during the initial setup during first boot this command should work.
sudo dnf install akmod-nvidia xorg-x11-drv-nvidia-cuda

Wait at least 5 minutes after that installation completes before rebooting.

If you did not enable the 3rd party repos then perform the steps under the configuration tab on that linked page before doing the installation.