Merge pull request #188215 from Mechtecs/fix/nvidia

Remove deleted option from nvidia.nix breaking nixos builds
This commit is contained in:
Bobby Rong
2022-08-25 19:06:06 +08:00
committed by GitHub
-2
View File
@@ -260,8 +260,6 @@ in
# - Configure the display manager to run specific `xrandr` commands which will
# configure/enable displays connected to the Intel iGPU / AMD APU.
services.xserver.useGlamor = mkDefault offloadCfg.enable;
services.xserver.drivers = let
in optional primeEnabled {
name = igpuDriver;