mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
clipmenu: set Environment to a list
This commit is contained in:
@@ -49,10 +49,12 @@ in {
|
||||
|
||||
Service = {
|
||||
ExecStart = "${cfg.package}/bin/clipmenud";
|
||||
Environment = "PATH=${
|
||||
Environment = [
|
||||
"PATH=${
|
||||
makeBinPath
|
||||
(with pkgs; [ coreutils findutils gnugrep gnused systemd ])
|
||||
}";
|
||||
}"
|
||||
];
|
||||
};
|
||||
|
||||
Install = { WantedBy = [ "graphical-session.target" ]; };
|
||||
|
||||
Reference in New Issue
Block a user