Unable to install Nvidia drivers

I recently installed NixOS but only just now realized my GPU is not being utilized one bit. I didn’t even know that was possible because my CPU doesn’t have built in graphics. Anyway, I went through the guide and that does not seem to have done anything. The nvidia-settings app doesn’t show any information on my GPU and the gnome settings about menu says that my graphics are NV166.

here is a copy/paste of my neofetch if any of that information may help.

OS: NixOS 23.11.20240205.9f2ee8c (Tapir)  
Host: Micro-Star International Co., Ltd.  
Kernel: 6.1.76 
Uptime: 2 hours, 52 mins 
Packages: 1040 (nix-system), 436 (nix-use 
Shell: fish 3.7.0 
Resolution: 1920x1080 
DE: GNOME 45.3 (Wayland) 
WM: Mutter 
WM Theme: Adwaita 
Theme: Adwaita [GTK2/3] 
Icons: Adwaita [GTK2/3] 
Terminal: kitty
Terminal Font: monospace 11.0 
CPU: AMD Ryzen 5 3600 (12) @ 3.600GHz 
GPU: NVIDIA GeForce RTX 2070 
Memory: 3935MiB / 32054MiB

Is there something else that I missed that I need to do? If there is any additional information that may help, please ask for it. I am very new to this subject so my description above may be lackluster. Thanks in advance!

I got the solution, I had to disable wayland and then reboot my system

services.xserver.displayManager.gdm.wayland = false;