From fa05eefa64d7a8e7eaad43ef8879724d5209a813 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 4 Mar 2024 17:38:24 -0500 Subject: [PATCH] added missing ppd dependency to pp-adjuster --- hosts/petalburg/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/petalburg/default.nix b/hosts/petalburg/default.nix index 2006d07f..f5935da5 100644 --- a/hosts/petalburg/default.nix +++ b/hosts/petalburg/default.nix @@ -23,7 +23,7 @@ let pp-adjuster = pkgs.writeShellApplication { name = "pp-adjuster"; - runtimeInputs = [ pkgs.libnotify ]; + runtimeInputs = [ pkgs.libnotify pkgs.power-profiles-daemon ]; text = '' current_profile=$(powerprofilesctl get | tr -d '[:space:]')