fluidsynth: fix description

This commit is contained in:
Vincent Breitmoser 2020-06-14 16:58:08 +02:00 committed by GitHub
parent b0e8a1569e
commit 7682eb88c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;