From 44b7736952cc74f006a6bb8c2d15ff7968502c08 Mon Sep 17 00:00:00 2001 From: Magic_RB Date: Thu, 15 Jun 2023 16:51:45 +0200 Subject: [PATCH] Switch Emacs to GTK3 Signed-off-by: Magic_RB --- overlays/emacs-master-nativecomp/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/overlays/emacs-master-nativecomp/default.nix b/overlays/emacs-master-nativecomp/default.nix index 2014439..384e293 100644 --- a/overlays/emacs-master-nativecomp/default.nix +++ b/overlays/emacs-master-nativecomp/default.nix @@ -39,6 +39,12 @@ withSQLite3 = true; nativeComp = true; withWebP = true; + withGTK3 = true; + withImageMagick = true; + withTreeSitter = true; + withXinput2 = true; + withXwidgets = true; + withX = true; }; }; }