nixos-hardware/lenovo/thinkpad/t480s/default.nix

13 lines
213 B
Nix
Raw Normal View History

2018-06-08 18:54:34 -04:00
{ config, lib, pkgs, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop/acpi_call.nix
../../../common/pc/ssd
2018-06-08 18:54:34 -04:00
../.
];
services.throttled.enable = lib.mkDefault true;
2018-06-08 18:54:34 -04:00
}