mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
parent
10fd27c291
commit
80092fae03
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
Service = {
|
Service = {
|
||||||
Environment = "PATH=${config.home.profileDirectory}/bin";
|
Environment = [ "PATH=${config.home.profileDirectory}/bin" ];
|
||||||
ExecStart = "${cfg.package}/bin/mpd --no-daemon ${mpdConf} ${
|
ExecStart = "${cfg.package}/bin/mpd --no-daemon ${mpdConf} ${
|
||||||
escapeShellArgs cfg.extraArgs
|
escapeShellArgs cfg.extraArgs
|
||||||
}";
|
}";
|
||||||
|
|
Loading…
Reference in a new issue