From 7682eb88c496a4ab700b225630589c96cee64600 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Sun, 14 Jun 2020 16:58:08 +0200 Subject: [PATCH] fluidsynth: fix description --- modules/services/fluidsynth.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/fluidsynth.nix b/modules/services/fluidsynth.nix index 350961152..18913fe54 100644 --- a/modules/services/fluidsynth.nix +++ b/modules/services/fluidsynth.nix @@ -11,7 +11,7 @@ in { options = { services.fluidsynth = { - enable = mkEnableOption "fluidsynth, the music player daemon"; + enable = mkEnableOption "fluidsynth midi synthesizer"; soundFont = mkOption { type = types.path;