feedbackd: fix so it depends on pipewire before launch

This commit is contained in:
Colin 2024-03-26 13:48:13 +00:00
parent 6c5b32aac2
commit 0108502055
1 changed files with 2 additions and 1 deletions

View File

@ -96,7 +96,8 @@ in
services.feedbackd = {
description = "feedbackd audio/vibration/led controller";
partOf = [ "sound" ];
depends = [ "sound" ];
partOf = [ "default" ];
command = lib.concatStringsSep " " ([
"env"
"G_MESSAGES_DEBUG=all"