mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:13:55 -05:00
added missing ppd dependency to pp-adjuster
This commit is contained in:
parent
6df755831c
commit
fa05eefa64
|
@ -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:]')
|
||||
|
|
Loading…
Reference in a new issue