mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
fluidsynth: fix description
This commit is contained in:
parent
b0e8a1569e
commit
7682eb88c4
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ in {
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
services.fluidsynth = {
|
services.fluidsynth = {
|
||||||
enable = mkEnableOption "fluidsynth, the music player daemon";
|
enable = mkEnableOption "fluidsynth midi synthesizer";
|
||||||
|
|
||||||
soundFont = mkOption {
|
soundFont = mkOption {
|
||||||
type = types.path;
|
type = types.path;
|
||||||
|
|
Loading…
Reference in a new issue