emacs: use standard nixpkgs build

Now that native comp is stable I don't need the overlay, which triggered
a full emacs build almost everytime I bumped it.
This commit is contained in:
Antoine Martin 2022-05-15 20:05:07 +02:00
parent a4d3e6b6f8
commit f54d1ce5b2
4 changed files with 7 additions and 83 deletions

View file

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