1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00
nixos-hardware/lenovo/thinkpad/t460/default.nix

10 lines
135 B
Nix
Raw Normal View History

2021-04-19 15:31:26 +02:00
{ config, lib, pkgs, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop/acpi_call.nix
../.
];
}