diff --git a/options/emacs-init.nix b/options/emacs-init.nix index a605c62..f226940 100644 --- a/options/emacs-init.nix +++ b/options/emacs-init.nix @@ -436,12 +436,14 @@ in { # use lucid as toolkit; emacs will otherwise crash quite frequently when run in daemon mode # https://gitlab.gnome.org/GNOME/gtk/issues/221 + # Enabling again for now as gtk3 is needed for wayland support machine.pkgsets.emacs.pkgwrap = let inherit ((pkgs.emacsPackagesFor - (pkgs.emacs.override { + (pkgs.emacs29.override { withGTK2 = false; - withGTK3 = false; + withGTK3 = true; + withPgtk = true; }))) emacsWithPackages ;