emacs: Replace standard emacs package by emacs-pgtk variant

This resolves issues related to wayland, since emacs created tiny new windows
everytime it wanted to perform a completion operation.
This commit is contained in:
Alexander Kobjolke 2026-02-26 23:07:34 +01:00
parent 4fc9ee5d66
commit 5b64992d4d

View file

@ -15,6 +15,7 @@ in
programs.emacs = {
enable = true;
package = pkgs.emacs-pgtk;
extraPackages =
epkgs: with epkgs; [
vterm