summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--custom/trivmix-service.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/trivmix-service.nix b/custom/trivmix-service.nix
index 09a6dd3b..5e0e5b47 100644
--- a/custom/trivmix-service.nix
+++ b/custom/trivmix-service.nix
@@ -33,6 +33,7 @@ let
33 --prefix PATH : ${jack2Full}/bin 33 --prefix PATH : ${jack2Full}/bin
34 ''; 34 '';
35 }; 35 };
36 inherit (stdenv.lib) optionalString;
36in rec { 37in rec {
37 out = { 38 out = {
38 wantedBy = [ "sound.target" ]; 39 wantedBy = [ "sound.target" ];