From b924b0d1b37170f9c1fdf94418fe39c638f5e1fa Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Wed, 6 Nov 2024 16:05:32 +0530 Subject: [PATCH] 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. (cherry picked from commit 5473874d08c900b27b08d2b8993fbc72e856996c) --- nixos/modules/services/hardware/amdvlk.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/modules/services/hardware/amdvlk.nix b/nixos/modules/services/hardware/amdvlk.nix index 20879f2f21b4..94dd6ecdeee8 100644 --- a/nixos/modules/services/hardware/amdvlk.nix +++ b/nixos/modules/services/hardware/amdvlk.nix @@ -39,8 +39,6 @@ in { extraPackages32 = [ cfg.support32Bit.package ]; }; - services.xserver.videoDrivers = [ "amdgpu" ]; - environment.sessionVariables = lib.mkIf cfg.supportExperimental.enable { AMDVLK_ENABLE_DEVELOPING_EXT = "all"; };