mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
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:
parent
0e68d7bdfb
commit
5473874d08
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user