feedbackd: fix over-escaping of $HOME

This commit is contained in:
Colin 2024-03-20 02:02:31 +00:00
parent 8bedc860ae
commit 48b2280f2e

View File

@ -98,7 +98,7 @@ in
description = "feedbackd audio/vibration/led controller";
wantedBy = [ "default.target" ]; #< should technically be `sound.target`, but that doesn't seem to get auto-started?
serviceConfig = {
ExecStart = lib.escapeShellArgs ([
ExecStart = lib.concatStringsSep " " ([
"env"
"G_MESSAGES_DEBUG=all"
] ++ lib.optionals cfg.config.proxied [