feedbackd: fix so it depends on pipewire before launch
This commit is contained in:
@@ -96,7 +96,8 @@ in
|
|||||||
|
|
||||||
services.feedbackd = {
|
services.feedbackd = {
|
||||||
description = "feedbackd audio/vibration/led controller";
|
description = "feedbackd audio/vibration/led controller";
|
||||||
partOf = [ "sound" ];
|
depends = [ "sound" ];
|
||||||
|
partOf = [ "default" ];
|
||||||
command = lib.concatStringsSep " " ([
|
command = lib.concatStringsSep " " ([
|
||||||
"env"
|
"env"
|
||||||
"G_MESSAGES_DEBUG=all"
|
"G_MESSAGES_DEBUG=all"
|
||||||
|
Reference in New Issue
Block a user