From 4a1aaf8ec3da2c648060e1ace13864afc145f9fb Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Fri, 16 Feb 2024 10:42:47 +0100 Subject: [PATCH] fix: remove powertop because of interference with Logitech Receiver --- configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 86b6475..33d64b4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -23,7 +23,6 @@ powerManagement = { enable = true; - powertop.enable = true; }; services.acpid = {