10 lines
112 B
Nix
10 lines
112 B
Nix
|
{ config, lib, pkgs, ... }:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
../../../common/cpu/intel
|
||
|
../acpi_call.nix
|
||
|
../.
|
||
|
];
|
||
|
}
|