dotfiles/fixups.nix
2023-07-03 15:03:52 +02:00

7 lines
207 B
Nix

(pkgs: super: {
# https://github.com/nix-community/emacs-overlay/issues/329#issuecomment-1571155533
emacsUnstablePgtk = super.emacsUnstablePgtk.overrideAttrs (prev: {
withTreeSitter = true;
});
})