1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00
nixos-hardware/common/pc/laptop/default.nix
Erik Arvstedt 90868c67e8 pc/laptop: remove redundant cpuFreqGovernor setting
This setting has been part of NixOS since version 16.09
2020-05-20 16:29:50 +02:00

8 lines
94 B
Nix

{ config, lib, ... }:
{
imports = [ ../. ];
services.tlp.enable = lib.mkDefault true;
}