diff --git a/modules/services/fluidsynth.nix b/modules/services/fluidsynth.nix index 35096115..18913fe5 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;