Add extraPackages to readme under home-manager
This commit is contained in:
parent
4df8b7be15
commit
596d1c8974
1 changed files with 5 additions and 0 deletions
|
|
@ -172,6 +172,11 @@ The home-manager module supports the same options, as well as:
|
||||||
- `provideEmacs`: disable this to only provide a `doom-emacs` binary, not an
|
- `provideEmacs`: disable this to only provide a `doom-emacs` binary, not an
|
||||||
`emacs` binary (that is: it switches from `emacsWithDoom` to `doomEmacs`). Use
|
`emacs` binary (that is: it switches from `emacsWithDoom` to `doomEmacs`). Use
|
||||||
this if you want to install vanilla Emacs in parallel.
|
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
|
## Comparison to "normal" Doom Emacs
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue