nixos-hardware/lenovo/thinkpad/yoga.nix

7 lines
103 B
Nix

{ config, lib, pkgs, ... }:
{
# automatic screen orientation
hardware.sensor.iio.enable = true;
}