clipmenu: set Environment to a list
This commit is contained in:
parent
48b0a30202
commit
831b4fa317
|
@ -49,10 +49,12 @@ in {
|
||||||
|
|
||||||
Service = {
|
Service = {
|
||||||
ExecStart = "${cfg.package}/bin/clipmenud";
|
ExecStart = "${cfg.package}/bin/clipmenud";
|
||||||
Environment = "PATH=${
|
Environment = [
|
||||||
|
"PATH=${
|
||||||
makeBinPath
|
makeBinPath
|
||||||
(with pkgs; [ coreutils findutils gnugrep gnused systemd ])
|
(with pkgs; [ coreutils findutils gnugrep gnused systemd ])
|
||||||
}";
|
}"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
Install = { WantedBy = [ "graphical-session.target" ]; };
|
Install = { WantedBy = [ "graphical-session.target" ]; };
|
||||||
|
|
Loading…
Reference in a new issue