Add L13 Yoga

This commit is contained in:
Your Name
2021-06-30 16:18:18 +02:00
parent 03c60a2db2
commit 49cb5fb3d3
3 changed files with 17 additions and 0 deletions

View File

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