Skip to content
Oeiuwq Faith Blog OpenSource Porfolio

nix-community/nix-doom-emacs

doom-emacs packaged for Nix [maintainers=@thiagokokada]

nix-community/nix-doom-emacs.json
{
"createdAt": "2021-12-10T13:02:03Z",
"defaultBranch": "master",
"description": "doom-emacs packaged for Nix [maintainers=@thiagokokada]",
"fullName": "nix-community/nix-doom-emacs",
"homepage": "",
"language": "Nix",
"name": "nix-doom-emacs",
"pushedAt": "2025-09-14T20:22:20Z",
"stargazersCount": 234,
"topics": [],
"updatedAt": "2025-11-25T14:27:34Z",
"url": "https://github.com/nix-community/nix-doom-emacs"
}
index
readme[reference]!(./docs/reference.md)[faq]!(./docs/faq.md)
Status
Build on masterBuild Status on master
Dependency updaterDependency Updater Status
Matrix ChatMatrix Chat

nix-doom-emacs (abbreviated as NDE) provides a customisable Nix derivation for Doom Emacs.

This project has been broken for more than a year due to Doom’s excessive divergence from emacs-overlay’s package set, which is not Doom’s fault but rather a missing Elisp package locking mechanism on our end. (Update PR, Tracking issue)

Prospective users are instead recommended to try marienz/nix-doom-emacs-unstraightened, which solves the problem bypassing straight.el completely and harvesting the list of dependencies directly via the doom cli.


The expression builds a doom-emacs distribution with dependencies pre-installed based on an existing ~/.doom.d directory.

It is not a fully fledged experience as some dependencies are not installed and some may not be fully compatible as the version available in NixOS or emacs-overlay may not be compatible with the doom-emacs requirements.

If you want to get a taste of nix-doom-emacs, you can run nix run github:nix-community/nix-doom-emacs Which will run nix-doom-emacs with an example configuration.

Pick which setup you’re using here (if you’re not using NixOS or Home-Manager, then you should use standalone):

Home-ManagerNixOSStandalone
[Flake + Home-Manager]!(./docs/reference.md#home-manager)[NixOS]!(./docs/reference.md#nixos)[Standalone]!(./docs/reference.md#standalone)

This project is under MIT license. Our issue tracker has some open issues, the PR wanted label is for issues that need PRs to fix them. Also, talk to us in the Matrix Chat to discuss ideas for future improvements. Contributions are welcome.