From 6c1574dda8cb67050a61a0a073337cae3b687299 Mon Sep 17 00:00:00 2001 From: Thomas Schwanberger Date: Wed, 5 Jun 2024 23:37:11 +0200 Subject: [PATCH] Update section about "add package foo" Make it explicit that is now possible to use the home-manager option `extraPackages` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c95e58..72f7b26 100644 --- a/README.md +++ b/README.md @@ -342,8 +342,8 @@ Add `(package! foo)` to `packages.el`. Do not wrap emacsWithDoom in emacsWithPackages. See HACKING.md for why this will not work. -If this is not sufficient, file an issue. I can add a hook to add more packages -from Nix: I just don't want to add that hook unless someone has a use for it. +The home-manager option `extraPackages` is available to add extra Emacs packages from nixpkgs to Doom Emacs. +If this is not sufficient, please file an issue. ### How do I add packages not in Emacs overlay?