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:
parent
a4d3e6b6f8
commit
f54d1ce5b2
4 changed files with 7 additions and 83 deletions
|
|
@ -42,7 +42,7 @@ in {
|
|||
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacsPgtkNativeComp;
|
||||
package = pkgs.emacsNativeComp;
|
||||
extraPackages = epkgs: [epkgs.vterm epkgs.pdf-tools];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue