1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-26 21:19:45 +01:00

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

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;