Add powertop.

Compile fix.
This commit is contained in:
jay
2025-07-18 01:08:40 -04:00
parent 54934453ac
commit 6e75d84e0a
2 changed files with 2 additions and 2 deletions

View File

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