[Backport release-24.05] nixos/amdvlk: don't set "amdgpu" xserver driver (#353992)

This commit is contained in:
K900 2024-11-06 14:06:55 +03:00 committed by GitHub
commit c128e44a24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,8 +39,6 @@ in {
extraPackages32 = [ cfg.support32Bit.package ];
};
services.xserver.videoDrivers = [ "amdgpu" ];
environment.sessionVariables = lib.mkIf cfg.supportExperimental.enable {
AMDVLK_ENABLE_DEVELOPING_EXT = "all";
};