nixpkgs/modules/hardware/video/radeon.nix
Eelco Dolstra 49adbed510 * Add a module that provides all the Radeon firmwares.
svn path=/nixos/trunk/; revision=30004
2011-10-25 00:27:07 +00:00

6 lines
106 B
Nix

{ config, pkgs, ... }:
{
hardware.firmware = [ pkgs.radeonR600 pkgs.radeonR700 pkgs.radeonJuniper ];
}