ba8294c0a1
These modules only included gpu configuration, so belong in that location.
9 lines
139 B
Nix
9 lines
139 B
Nix
{
|
|
imports = [
|
|
../.
|
|
../tp-smapi.nix
|
|
../../../common/gpu/intel/sandy-bridge
|
|
../../../common/pc/laptop/acpi_call.nix
|
|
];
|
|
}
|