Unverified Commit 38953c15 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

Merge pull request #326369 from getchoo/nixos/nvidia/modesetting

parents e42cb97a e708e7a1
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -101,7 +101,10 @@ in
        Enabling this and using version 545 or newer of the proprietary NVIDIA
        driver causes it to provide its own framebuffer device, which can cause
        Wayland compositors to work when they otherwise wouldn't.
      '';
      '' // {
        default = lib.versionAtLeast nvidia_x11.version "535";
        defaultText = lib.literalExpression "lib.versionAtLeast nvidia_x11.version \"535\"";
      };

      prime.nvidiaBusId = lib.mkOption {
        type = busIDType;