home: emacs: add lilypond to emacs packages
The lilypond-mode is shipped with lilypond itself
This commit is contained in:
parent
cdd6068aeb
commit
0350a4d11e
|
@ -43,7 +43,7 @@ in {
|
||||||
programs.emacs = {
|
programs.emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.emacsNativeComp;
|
package = pkgs.emacsNativeComp;
|
||||||
extraPackages = epkgs: [epkgs.vterm epkgs.pdf-tools];
|
extraPackages = epkgs: [epkgs.vterm epkgs.pdf-tools pkgs.lilypond];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue