Added powertop.

This commit is contained in:
jay
2025-07-18 01:06:45 -04:00
parent 1aa107ed6c
commit 54934453ac

View File

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