1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/modules/hardware/video/radeon.nix

6 lines
106 B
Nix
Raw Normal View History

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