diff --git a/modules/modules/hardware/form.nix b/modules/modules/hardware/form.nix index 771f1b1..7e4343a 100644 --- a/modules/modules/hardware/form.nix +++ b/modules/modules/hardware/form.nix @@ -47,7 +47,7 @@ in environment = { variables.LAPTOP = "True"; - systemPackages = with pkgs; [ acpi brightnessctl ]; + systemPackages = with pkgs; [ acpi brightnessctl ] ++ optional config.powerManagement.powertop.enable pkgs.powertop; }; })