mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 19:30:51 +01:00
modules: Add tlp
Note that this may be better as a host-specific module.
This commit is contained in:
parent
7947472035
commit
47da22c951
@ -9,6 +9,7 @@
|
|||||||
./modules/stylix
|
./modules/stylix
|
||||||
./modules/htop.nix
|
./modules/htop.nix
|
||||||
./modules/dual-function-keys.nix
|
./modules/dual-function-keys.nix
|
||||||
|
./modules/tlp.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
3
modules/tlp.nix
Normal file
3
modules/tlp.nix
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
services.tlp.enable = true;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user