1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

nixos/amdvlk: don't set "amdgpu" xserver driver (#353987)

This commit is contained in:
K900 2024-11-06 13:39:09 +03:00 committed by GitHub
commit 44207d25be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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