mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
committed by
GitHub
parent
480d589cdd
commit
451606f4a8
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user