Add vterm to emacs installation

This commit is contained in:
Alexander Kobjolke 2023-02-18 00:05:18 +01:00
parent 072510df3b
commit d6ab6b3f48

View file

@ -91,6 +91,7 @@
emacs = {
enable = true;
package = pkgs.emacsGit;
extraPackages = epkgs: with epkgs; [ vterm ];
#package = pkgs.emacsUnstable;
};