1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-07-03 09:53:28 +02:00
nixos-hardware/lenovo/thinkpad/x13-yoga/default.nix

14 lines
314 B
Nix
Raw Normal View History

2021-02-06 18:03:00 +01:00
{ 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;
}