Hacker News new | ask | show | jobs
by eikenberry 325 days ago
Does it allow you to install/run graphical apps that require GPU access? That's my biggest annoyance right now with using Nix packages on my Debian (stable) system, they just don't work for everything.
1 comments

You can often set up /run/opengl-driver to mirror NixOS and it will work. For instance for CUDA:

https://danieldk.eu/Nix-CUDA-on-non-NixOS-systems#make-runop...