mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 12:23:56 -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 {
|
pp-adjuster = pkgs.writeShellApplication {
|
||||||
name = "pp-adjuster";
|
name = "pp-adjuster";
|
||||||
|
|
||||||
runtimeInputs = [ pkgs.libnotify ];
|
runtimeInputs = [ pkgs.libnotify pkgs.power-profiles-daemon ];
|
||||||
|
|
||||||
text = ''
|
text = ''
|
||||||
current_profile=$(powerprofilesctl get | tr -d '[:space:]')
|
current_profile=$(powerprofilesctl get | tr -d '[:space:]')
|
||||||
|
|
Loading…
Reference in a new issue