From 9c152db0e06703b3099627b9e87cb05d3848ba98 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Tue, 17 Jun 2025 00:55:46 -0500 Subject: modules/laptop: Add powertop to system packages --- modules/laptop.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/laptop.nix b/modules/laptop.nix index 9ebfeb9..663c65e 100644 --- a/modules/laptop.nix +++ b/modules/laptop.nix @@ -14,6 +14,7 @@ }; environment.systemPackages = with pkgs; [ acpi + powertop ]; }; } -- cgit v1.2.3