aboutsummaryrefslogtreecommitdiff
path: root/modules/services/fluidsynth.nix
diff options
context:
space:
mode:
authorVincent Breitmoser <look@my.amazin.horse>2020-06-14 16:58:08 +0200
committerGitHub <noreply@github.com>2020-06-14 16:58:08 +0200
commit7682eb88c496a4ab700b225630589c96cee64600 (patch)
tree84d7f53b93bb96ddbc9bf7b4c704984e02e1fab3 /modules/services/fluidsynth.nix
parentb0e8a1569ed289ae1c644277b720882baba9304e (diff)
fluidsynth: fix description
Diffstat (limited to 'modules/services/fluidsynth.nix')
-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;