Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-11-25 22:12:37 +00:00
parent 609a028414
commit 41b75cad1e
4 changed files with 8 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [ powertop ];
powerManagement.powertop.enable = true;
}