aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/services/fluidsynth.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/fluidsynth.nix b/modules/services/fluidsynth.nix
index 35096115257..18913fe5426 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;