nixos/amdgpu: remove
https://github.com/NixOS/nixpkgs/pull/111551#issuecomment-802082766
This commit is contained in:
parent
8004df3ba2
commit
08b21db9c9
@ -1,9 +0,0 @@
|
|||||||
{ config, lib, ... }:
|
|
||||||
|
|
||||||
with lib;
|
|
||||||
{
|
|
||||||
config = mkIf (elem "amdgpu" config.services.xserver.videoDrivers) {
|
|
||||||
boot.blacklistedKernelModules = [ "radeon" ];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -72,7 +72,6 @@
|
|||||||
./hardware/opentabletdriver.nix
|
./hardware/opentabletdriver.nix
|
||||||
./hardware/wooting.nix
|
./hardware/wooting.nix
|
||||||
./hardware/uinput.nix
|
./hardware/uinput.nix
|
||||||
./hardware/video/amdgpu.nix
|
|
||||||
./hardware/video/amdgpu-pro.nix
|
./hardware/video/amdgpu-pro.nix
|
||||||
./hardware/video/ati.nix
|
./hardware/video/ati.nix
|
||||||
./hardware/video/capture/mwprocapture.nix
|
./hardware/video/capture/mwprocapture.nix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user