

I’m using Guix system so it’s not really relevant to me right now, but since you mentioned you’ve used it on foreign distros, how does Guix handle programs that need graphics drivers? When using Nix on foreign distros, the graphics drivers are handled in a weird way where you either have to use a wrapper like NixGL, or, what i do right now, is create the driver packages manually and symlink them to /run, which is how NixOS does it. Do you need to do anything special on the Guix side of things? I noticed that Guix system does not have its drivers in /run, so they must be doing it differently.




I’ve found that depending on what distro/OS it is certain methods of burning the ISO don’t work correctly, no clue why. Windows needs their official tool, so because of that i use a vm to burn it. I’ve also had linux distros that couldn’t boot when dropping it onto a ventoy drive, and would only work when directly burning it with
dd, so it might have something to do with what ISO you’re trying to burn and how you’re burning it.