NixOS-Configuration/power.nix

8 lines
57 B
Nix
Raw Normal View History

2023-12-31 19:11:11 +00:00
{ ... }:
{
services.tlp = {
enable = true;
};
}