diff --git a/flake.nix b/flake.nix index 55c2fc5..8676cfa 100644 --- a/flake.nix +++ b/flake.nix @@ -38,11 +38,13 @@ }; lemacs = pkgs.emacs29.override { + withTreeSitter = true; + } // (pkgs.lib.optionalAttrs (pkgs.stdenv.isLinux) { # Gtk causes a flickering issue on WM mode withGTK3 = false; toolkit = "lucid"; - withTreeSitter = true; - }; + + }); elispDepsFile = ./lisp/fg42/deps.el;