modules: Add tlp

Note that this may be better as a host-specific module.
This commit is contained in:
Donovan Glover 2023-05-16 17:54:01 -04:00
parent 7947472035
commit 47da22c951
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,7 @@
./modules/stylix
./modules/htop.nix
./modules/dual-function-keys.nix
./modules/tlp.nix
];
boot.loader.systemd-boot.enable = true;

3
modules/tlp.nix Normal file
View File

@ -0,0 +1,3 @@
{
services.tlp.enable = true;
}