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.
This commit is contained in:
John Titor 2024-11-06 16:05:32 +05:30
parent 0e68d7bdfb
commit 5473874d08
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0

View File

@ -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";
};