mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 16:49:40 +01:00
b7d8d5c788
amd doesn't need them and nvidia already includes them
4 lines
104 B
Nix
4 lines
104 B
Nix
# Including this file will enable the AMD-GPU driver (in shared.nix)
|
|
{
|
|
imports = [ ../shared.nix ];
|
|
}
|