Rename emacs package

This commit is contained in:
James Patrick 2022-04-26 18:43:51 -04:00
parent 47e1455f27
commit ad5b55c5c7
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ in with lib; {
nixpkgs.overlays = [ inputs.emacs-overlay.overlay ];
home-manager.users.james = {
programs.emacs = {
package = pkgs.emacsPgtkGcc;
package = pkgs.emacsPgtkNativeComp;
enable = true;
extraPackages = epkgs: [ epkgs.vterm ];
};