nixos/amdvlk: don't set "amdgpu" xserver driver (#353987)
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user