* Add a module that provides all the Radeon firmwares.
svn path=/nixos/trunk/; revision=30004
This commit is contained in:
parent
0a1fee9ec8
commit
49adbed510
5
modules/hardware/video/radeon.nix
Normal file
5
modules/hardware/video/radeon.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
hardware.firmware = [ pkgs.radeonR600 pkgs.radeonR700 pkgs.radeonJuniper ];
|
||||
}
|
Loading…
Reference in New Issue
Block a user