Rename emacs package
This commit is contained in:
parent
47e1455f27
commit
ad5b55c5c7
|
@ -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 ];
|
||||
};
|
||||
|
|
Reference in New Issue
Block a user