Clarify Emacs version requirement
And stop forcing pgtk for the example packages.
This commit is contained in:
parent
a784fcdbe9
commit
5049ed0665
2 changed files with 6 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue