From 35e7c0df795ddc863a19a82c20a47d0f71acbd72 Mon Sep 17 00:00:00 2001 From: Timo Boomers Date: Tue, 8 Jul 2025 15:23:59 +0200 Subject: [PATCH] added ppd --- hosts/ti-clt-lpt01/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/ti-clt-lpt01/configuration.nix b/hosts/ti-clt-lpt01/configuration.nix index ae4467c..1dea629 100644 --- a/hosts/ti-clt-lpt01/configuration.nix +++ b/hosts/ti-clt-lpt01/configuration.nix @@ -51,6 +51,7 @@ programs.nix-ld.enable = true; programs.adb.enable = true; + services.power-profiles-daemon.enable = true; # Boot. boot.loader.efi.canTouchEfiVariables = true;