Skip to content

Commit

Permalink
nixos/amdvlk: don't set "amdgpu" xserver driver (#353987)
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 authored Nov 6, 2024
2 parents 0bf659f + 5473874 commit 44207d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nixos/modules/services/hardware/amdvlk.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down

0 comments on commit 44207d2

Please sign in to comment.