nixos/amdgpu: remove

https://github.com/NixOS/nixpkgs/pull/111551#issuecomment-802082766
This commit is contained in:
TredwellGit 2021-03-24 21:03:44 +00:00
parent 8004df3ba2
commit 08b21db9c9
2 changed files with 0 additions and 10 deletions

View file

@ -1,9 +0,0 @@
{ config, lib, ... }:
with lib;
{
config = mkIf (elem "amdgpu" config.services.xserver.videoDrivers) {
boot.blacklistedKernelModules = [ "radeon" ];
};
}

View file

@ -72,7 +72,6 @@
./hardware/opentabletdriver.nix
./hardware/wooting.nix
./hardware/uinput.nix
./hardware/video/amdgpu.nix
./hardware/video/amdgpu-pro.nix
./hardware/video/ati.nix
./hardware/video/capture/mwprocapture.nix