Repair version for open-kernel NVIDIA version driver (LINUX)
Description
This PR repairs how NVIDIA drivers should get their version.
The new NVIDIA open-kernel driver has the new word Open in /proc/driver/nvidia/version.
The way NVIDIA recommends to get the NVIDIA version is by getting it from /sys/module/nvidia/version.
By using the old method, neofetch would output the NVIDIA driver like this:

This PR solves this problem:

See https://github.com/NVIDIA/open-gpu-kernel-modules/discussions/297 for more information regarding the new open-kernel NVIDIA driver
Thank you for your contribution!
This PR is merged into hyfetch since this repo (dylanaraps/neofetch) seems no longer maintained.
HyFetch is a fork of neofetch with LGBTQ pride flags, but the repo also serves as an updated version of neofetch, addressing many pull requests that are not merged in the original repo.