Personal-use NixOS configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Open-source nvidia drivers haven't been able to build

encode42 20e7e0db 57afb798

+1 -1
+1 -1
hardware/gpu/nvidia.nix
··· 17 17 ]; 18 18 19 19 hardware.nvidia = { 20 - open = true; 20 + open = false; # Currently unable to build 21 21 22 22 modesetting.enable = isLaptop; 23 23