mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
leovo/thinkpad/l13-yoga: Use L13's definition
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user