6 lines
106 B
Nix
Raw Normal View History

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