1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-18 08:59:41 +01:00
nixos-hardware/lenovo/thinkpad/l13-yoga/default.nix

12 lines
229 B
Nix
Raw Normal View History

2021-06-30 16:18:18 +02:00
{ nixos, lib, pkgs, config, stdenv, ... }:
{
imports = [
../l13
2021-06-30 16:18:18 +02:00
];
# automatic screen orientation
hardware.sensor.iio.enable = true;
services.xserver.wacom.enable = lib.mkDefault config.services.xserver.enable;
}