polybar: add /run/wrappers/bin to PATH
Without this the network module in polybar is unable to check connection as it invokes 'ping' command directly.
This commit is contained in:
parent
008d93928f
commit
604fc92943
|
@ -129,7 +129,7 @@ in
|
|||
|
||||
Service = {
|
||||
Type = "forking";
|
||||
Environment = "PATH=${cfg.package}/bin";
|
||||
Environment = "PATH=${cfg.package}/bin:/run/wrappers/bin";
|
||||
ExecStart = ''${pkgs.writeScriptBin "polybar-start" script}/bin/polybar-start'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue