add lenovo-thinkpad-x13

This commit is contained in:
Jörg Thalheim
2021-05-01 08:14:51 +02:00
parent f7540d6c27
commit da67c36853
3 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{ config, lib, ... }: {
# Reference to hardware: https://certification.ubuntu.com/hardware/202004-27844
imports = [
../.
../../../common/cpu/intel
../../../common/pc/laptop/acpi_call.nix
../../../common/pc/laptop/ssd
];
# Somehow psmouse does not load automatically on boot for me
boot.kernelModules = [ "psmouse" ];
}