1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-01 18:43:34 +02:00
nixos-hardware/lenovo/thinkpad/l13/default.nix
2021-07-01 07:32:25 +02:00

12 lines
234 B
Nix

{ nixos, lib, pkgs, config, stdenv, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop/acpi_call.nix
../../../common/pc/laptop/ssd
../.
];
services.throttled.enable = lib.mkDefault true;
}