added missing ppd dependency to pp-adjuster

This commit is contained in:
Aly Raffauf 2024-03-04 17:38:24 -05:00
parent 6df755831c
commit fa05eefa64

View file

@ -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:]')