1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-27 05:19:43 +01:00

leovo/thinkpad/l13-yoga: Use L13's definition

This commit is contained in:
Your Name 2021-07-01 11:42:08 +02:00
parent 020310e5a3
commit 6a77d708e7

View file

@ -1,13 +1,9 @@
{ nixos, lib, pkgs, config, stdenv, ... }:
{
imports = [
../.
../../../common/cpu/intel
../../../common/pc/laptop/acpi_call.nix
../l13
];
services.throttled.enable = lib.mkDefault true;
# automatic screen orientation
hardware.sensor.iio.enable = true;