home: emacs: add lilypond to emacs packages

The lilypond-mode is shipped with lilypond itself
This commit is contained in:
Antoine Martin 2022-05-28 14:03:30 +02:00
parent cdd6068aeb
commit 0350a4d11e

View file

@ -43,7 +43,7 @@ in {
programs.emacs = {
enable = true;
package = pkgs.emacsNativeComp;
extraPackages = epkgs: [epkgs.vterm epkgs.pdf-tools];
extraPackages = epkgs: [epkgs.vterm epkgs.pdf-tools pkgs.lilypond];
};
};
}