mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-09 12:57:26 -05:00
Update README.md
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
| --- | --- |
|
||||
| Build on `master` | [](https://github.com/nix-community/nix-doom-emacs/actions/workflows/check-build.yml?query=branch%3Amaster) |
|
||||
| Dependency updater | [](https://github.com/nix-community/nix-doom-emacs/actions/workflows/update-dependencies.yml?query=branch%3Amaster) |
|
||||
| Matrix Chat | [](https://matrix.to/#/#doom-emacs:nixos.org) |
|
||||
|
||||
Nix expression to install and configure
|
||||
[doom-emacs](https://github.com/doomemacs/doomemacs).
|
||||
@ -128,7 +129,7 @@ referenced at the top of your config file.
|
||||
{
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
package = doom-emacs; # use programs.emacs.package instead if using home-manager
|
||||
package = doom-emacs; # Not needed if you're using Home-Manager module instead
|
||||
};
|
||||
}
|
||||
```
|
||||
|
Reference in New Issue
Block a user