From f4f6080e3e512f5bf36042faac426eab639dab08 Mon Sep 17 00:00:00 2001 From: Thomas Syms Date: Mon, 2 Jun 2025 10:40:14 -0300 Subject: [PATCH] Disabled powertop to mitigate input lag --- hosts/common/optional/thermal-management.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/optional/thermal-management.nix b/hosts/common/optional/thermal-management.nix index 5cfca59..9797636 100644 --- a/hosts/common/optional/thermal-management.nix +++ b/hosts/common/optional/thermal-management.nix @@ -21,7 +21,7 @@ }; }; - powerManagement.powertop.enable = true; + #powerManagement.powertop.enable = true; services.power-profiles-daemon.enable = false; }