From 5473874d08c900b27b08d2b8993fbc72e856996c 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. --- 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 32d6fb3be21d..e2fd91811d01 100644 --- a/nixos/modules/services/hardware/amdvlk.nix +++ b/nixos/modules/services/hardware/amdvlk.nix @@ -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"; };