about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/profpatsch/shiki.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix
index 5b0f1e85..156ab795 100644
--- a/machines/profpatsch/shiki.nix
+++ b/machines/profpatsch/shiki.nix
@@ -47,6 +47,11 @@ in {
       speed = 280;
     };
 
+    powerManagement = {
+      powertop.enable = true;
+      cpuFreqGovernor = "powersave";
+    };
+
     hardware.pulseaudio = {
       enable = true;
       zeroconf.discovery.enable = true;