Clarify Emacs version requirement

And stop forcing pgtk for the example packages.
This commit is contained in:
Marien Zwart 2024-04-28 16:54:00 +10:00
parent a784fcdbe9
commit 5049ed0665
No known key found for this signature in database
2 changed files with 6 additions and 2 deletions

View file

@ -35,7 +35,8 @@
let
common = {
doomSource = doomemacs;
emacs = pkgs.emacs29-pgtk;
# TODO: drop after NixOS 24.05 release.
emacs = pkgs.emacs29;
doomLocalDir = "~/.local/share/nix-doom-unstraightened";
};
pkgsWithEmacsOverlay = pkgs.extend emacs-overlay.overlays.package;