dot_testing/modules/tlp.nix

6 lines
70 B
Nix

{ lib, config, pkgs, inputs, ...}:
{
services.tlp.enable = true;
}