mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
parent
480d589cdd
commit
451606f4a8
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ in {
|
|||
|
||||
Service = {
|
||||
Type = "forking";
|
||||
Environment = "PATH=${cfg.package}/bin:/run/wrappers/bin";
|
||||
Environment = [ "PATH=${cfg.package}/bin:/run/wrappers/bin" ];
|
||||
ExecStart =
|
||||
let scriptPkg = pkgs.writeShellScriptBin "polybar-start" cfg.script;
|
||||
in "${scriptPkg}/bin/polybar-start";
|
||||
|
|
Loading…
Reference in a new issue