Emacs now wih Pure GTK support

This commit is contained in:
James Patrick 2022-03-19 00:35:00 -04:00
parent ada76070be
commit ec278d6ad5
1 changed files with 1 additions and 1 deletions

View File

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