Unverified Commit 5473874d authored by John Titor's avatar John Titor
Browse files

nixos/amdvlk: don't set "amdgpu" xserver driver

Not related and this should never have been in the module in the first place.
Probably got in during a rebase.
parent 0e68d7bd
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -37,8 +37,6 @@ in {
      extraPackages32 = [ cfg.support32Bit.package ];
    };

    services.xserver.videoDrivers = [ "amdgpu" ];

    environment.sessionVariables = lib.mkIf cfg.supportExperimental.enable {
      AMDVLK_ENABLE_DEVELOPING_EXT = "all";
    };