lenovo/thinkpad: Refactor of yogas

This commit is contained in:
Your Name
2021-07-01 13:52:08 +02:00
parent 6a77d708e7
commit c076216644
6 changed files with 20 additions and 21 deletions

View File

@@ -1,13 +0,0 @@
{ config, lib, ... }: {
imports = [
../.
../../../common/cpu/intel
../../../common/pc/laptop/acpi_call.nix
../../../common/pc/laptop/ssd
];
# automatic screen orientation
hardware.sensor.iio.enable = true;
services.xserver.wacom.enable = lib.mkDefault config.services.xserver.enable;
}