home: emacs: ship libvterm and pdftools with emacs
This commit is contained in:
parent
f763de8de8
commit
cdf5de7658
|
@ -43,6 +43,7 @@ in {
|
||||||
programs.emacs = {
|
programs.emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.emacsPgtkNativeComp;
|
package = pkgs.emacsPgtkNativeComp;
|
||||||
|
extraPackages = epkgs: [epkgs.vterm epkgs.pdf-tools];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue