leovo/thinkpad/l13-yoga: Use L13's definition
This commit is contained in:
parent
020310e5a3
commit
6a77d708e7
|
@ -1,13 +1,9 @@
|
||||||
{ nixos, lib, pkgs, config, stdenv, ... }:
|
{ nixos, lib, pkgs, config, stdenv, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../.
|
../l13
|
||||||
../../../common/cpu/intel
|
|
||||||
../../../common/pc/laptop/acpi_call.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
services.throttled.enable = lib.mkDefault true;
|
|
||||||
|
|
||||||
# automatic screen orientation
|
# automatic screen orientation
|
||||||
hardware.sensor.iio.enable = true;
|
hardware.sensor.iio.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue