Skip to content

Commit

Permalink
nixos/amdvlk: don't set "amdgpu" xserver driver
Browse files Browse the repository at this point in the history
Not related and this should never have been in the module in the first place.
Probably got in during a rebase.
  • Loading branch information
JohnRTitor committed Nov 6, 2024
1 parent 0e68d7b commit 5473874
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 5473874

Please sign in to comment.