nixos-hardware/lenovo/thinkpad/t550/default.nix

10 lines
135 B
Nix
Raw Normal View History

{ config, lib, pkgs, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop/acpi_call.nix
../.
];
}