nixos-hardware/lenovo/thinkpad/t520/default.nix
Lyndon Sanche ba8294c0a1 common: Move Intel generation-specific config from cpu to gpu
These modules only included gpu configuration, so belong in that
location.
2024-07-09 09:05:35 +00:00

9 lines
139 B
Nix

{
imports = [
../.
../tp-smapi.nix
../../../common/gpu/intel/sandy-bridge
../../../common/pc/laptop/acpi_call.nix
];
}