Back when I was on Manjaro Linux, I kept getting served NVIDIA stuff when I actually only need Intel. The way I dealt with it was to run Octopi, and browse for all of the Intel graphics and selectively install things that seemed needed, and delete the NVIDIA stuff. It was risky but it worked.
I’m not very knowledgeable about this stuff, but you could maybe try a similar approach. Even if you don’t install and don’t delete anything, Octopi is helpful for reading the info/description about each file whether installed or not.
Also, you can do a keyword search on pacman using:
sudo pacman -Ss keyword
So you could do
sudo pacman -Ss Intel
to find out about any Intel files available.
Pacman will indicate of anything in the results in installed with the word “installed” at the end of the item.
Taken a step further, you can also use “| grep” to search for installed files. For example…
sudo pacman -Ss Intel | grep “installed”
I hope this makes sense.
Sorry I can’t be more helpful on this topic.
By any chance were you able to fix this? I just realised the exact same thing is happening to me, when I did a quick check of nvidia-smi. Kwin_wayland is using my nvidia dgpu instead of my igpu.
I vaguely remember having a similar issue with Gnome when I was using Nobara but I forget the solution I used. Not sure if would be something similar here.