From 51ec9ab517ed69dfefd330ffd3973b485e24e3b0 Mon Sep 17 00:00:00 2001 From: Pavel Atanasov Date: Thu, 9 Feb 2023 20:17:37 +0200 Subject: [PATCH] lenovo/thinkpad/t520: create Borrow `t420`'s config since the machines only mainly differ in screen size --- lenovo/thinkpad/t520/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lenovo/thinkpad/t520/default.nix diff --git a/lenovo/thinkpad/t520/default.nix b/lenovo/thinkpad/t520/default.nix new file mode 100644 index 0000000..a3c7db4 --- /dev/null +++ b/lenovo/thinkpad/t520/default.nix @@ -0,0 +1,8 @@ +{ + imports = [ + ../. + ../tp-smapi.nix + ../../../common/cpu/intel/sandy-bridge + ../../../common/pc/laptop/acpi_call.nix + ]; +}