diff options
-rw-r--r-- | custom/trivmix-service.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/trivmix-service.nix b/custom/trivmix-service.nix index 1c1403ec..9ebf02f1 100644 --- a/custom/trivmix-service.nix +++ b/custom/trivmix-service.nix | |||
@@ -67,6 +67,7 @@ let | |||
67 | in { | 67 | in { |
68 | wantedBy = [ "sound.target" ]; | 68 | wantedBy = [ "sound.target" ]; |
69 | requires = [ "jack.service" ] ++ map (n: n + ".service") mixerDeps; | 69 | requires = [ "jack.service" ] ++ map (n: n + ".service") mixerDeps; |
70 | after = [ "jack.service" ] ++ map (n: n + ".service") mixerDeps; | ||
70 | path = with pkgs; [ jack2Full trivmix ]; | 71 | path = with pkgs; [ jack2Full trivmix ]; |
71 | serviceConfig = { | 72 | serviceConfig = { |
72 | Type = "notify"; | 73 | Type = "notify"; |