Move extraPackages docs to the right section
It's not home-manager-specific.
This commit is contained in:
parent
7ad53f4a4f
commit
9b1356765b
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -160,6 +160,11 @@ support use without flakes.
|
|||
- `doomSource`: Doom source tree. Defaults to a flake input: overriding that
|
||||
input is probably easier than passing this.
|
||||
|
||||
- `extraPackages`: Specify extra Emacs packages from nixpkgs to be available to
|
||||
Doom Emacs. Defaults to this function `epkgs: [ ]` (no extra packages).
|
||||
For example to include Emacs package `treesit-grammars.with-all-grammars`:
|
||||
`extraPackages = epkgs: [ epkgs.treesit-grammars.with-all-grammars ];`.
|
||||
|
||||
There are a few other settings but they are not typically useful. See the
|
||||
source.
|
||||
|
||||
|
|
@ -169,11 +174,6 @@ The home-manager module supports the same options, as well as:
|
|||
`emacs` binary (that is: it switches from `emacsWithDoom` to `doomEmacs`). Use
|
||||
this if you want to install vanilla Emacs in parallel.
|
||||
|
||||
- `extraPackages`: Specify extra Emacs packages from nixpkgs to be available to Doom Emacs.
|
||||
Defaults to this function `epkgs: [ ]` (no extra packages).
|
||||
For example to include Emacs package `treesit-grammars.with-all-grammars`:
|
||||
`extraPackages = epkgs: [ epkgs.treesit-grammars.with-all-grammars ];`.
|
||||
|
||||
## Comparison to "normal" Doom Emacs
|
||||
|
||||
- Unstraightened updates Doom and its dependencies along with the rest of your
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue