Add Lenovo X13 Yoga Gen 1

This commit is contained in:
Jacek Galowicz
2021-02-06 18:03:00 +01:00
parent d6a1231181
commit f59106598e
3 changed files with 18 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
{ 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;
}