Add powertop

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-09-30 12:53:24 +04:00
parent 41b417309d
commit 7386cd2f54
3 changed files with 28 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [ powertop ];
}