dotfiles/fixups.nix

7 lines
207 B
Nix
Raw Normal View History

2021-11-15 13:34:51 +01:00
(pkgs: super: {
2023-07-03 15:03:52 +02:00
# https://github.com/nix-community/emacs-overlay/issues/329#issuecomment-1571155533
2023-04-23 09:42:35 +02:00
emacsUnstablePgtk = super.emacsUnstablePgtk.overrideAttrs (prev: {
2023-07-03 15:03:52 +02:00
withTreeSitter = true;
2023-04-23 09:42:35 +02:00
});
2021-11-15 13:34:51 +01:00
})