From ea1be31262c93155c03c953078fa50f27de14de5 Mon Sep 17 00:00:00 2001 From: Edmund Wu Date: Fri, 30 Nov 2018 13:50:47 -0500 Subject: nvidia: expose nvidia_x11_legacy390 --- nixos/modules/hardware/video/nvidia.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/modules/hardware') diff --git a/nixos/modules/hardware/video/nvidia.nix b/nixos/modules/hardware/video/nvidia.nix index 21e12395498c..c37392841c47 100644 --- a/nixos/modules/hardware/video/nvidia.nix +++ b/nixos/modules/hardware/video/nvidia.nix @@ -20,6 +20,8 @@ let kernelPackages.nvidia_x11_legacy304 else if elem "nvidiaLegacy340" drivers then kernelPackages.nvidia_x11_legacy340 + else if elem "nvidiaLegacy390" drivers then + kernelPackages.nvidia_x11_legacy390 else null; nvidia_x11 = nvidiaForKernel config.boot.kernelPackages; -- cgit 1.4.1