nixos/nix-required-mounts: add driverLink symlink target to NVIDIA defaults
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
This commit is contained in:
@@ -47,7 +47,10 @@ let
|
|||||||
);
|
);
|
||||||
|
|
||||||
driverPaths = [
|
driverPaths = [
|
||||||
|
# opengl:
|
||||||
|
# NOTE: Since driverLink is just a symlink, we need to include its target as well.
|
||||||
pkgs.addDriverRunpath.driverLink
|
pkgs.addDriverRunpath.driverLink
|
||||||
|
config.systemd.tmpfiles.settings.graphics-driver."/run/opengl-driver"."L+".argument
|
||||||
|
|
||||||
# mesa:
|
# mesa:
|
||||||
config.hardware.graphics.package
|
config.hardware.graphics.package
|
||||||
|
|||||||
Reference in New Issue
Block a user