diff --git a/modules/hardware/video/radeon.nix b/modules/hardware/video/radeon.nix new file mode 100644 index 000000000000..8836cff8a842 --- /dev/null +++ b/modules/hardware/video/radeon.nix @@ -0,0 +1,5 @@ +{ config, pkgs, ... }: + +{ + hardware.firmware = [ pkgs.radeonR600 pkgs.radeonR700 pkgs.radeonJuniper ]; +}