Yeah, “unfortunately” since Guix is a GNU project, they don’t package the upstream Linux kernel, just linux-libre, which removes a lot of binary blobs. Great if you want a fully free OS, not so great if you need drivers only available in the mainline kernel.
The practical solution to this is to use the channel nonguix, which packages mainline Linux for Guix. You can follow the instructions for nonguix to create a guix ISO with the regular Linux kernel, then make sure your installed system uses that same kernel.
It’s not hard to do, but if one doesn’t have the inclination I’d just recommended using NixOS. :-)



If you mean Nix, the package manager, then no packages are actually installed as root. Every package is installed in the Nix store, but programs that need root privileges can’t be run by any user.
One of the (many) great things about Nix is that users don’t need root privileges to install packages.