[Emacs] Support/use emacs 29

This commit is contained in:
2023-06-21 17:52:19 -06:00
parent 9651dbbb0f
commit b8f8787400
3 changed files with 19 additions and 10 deletions

View File

@@ -18,15 +18,16 @@ in
nixpkgs.overlays = [
(import ../dotfiles/config/xmonad/overlay.nix)
];
nixpkgs.config.allowBroken = true;
programs.hyprland.enable = true;
environment.systemPackages = with pkgs; [
python-with-my-packages
alacritty
(emacs.pkgs.withPackages (epkgs: with epkgs.melpaPackages; [
vterm
]))
(emacs29.override {
withNativeCompilation = true;
withTreeSitter = true;
})
vscode
firefox
kitty