Replies: 3 comments
-
|
also, of course, the install needs to be noninteractive |
Beta Was this translation helpful? Give feedback.
-
|
Maybe I’m too late, but in case you still need help with this, I used to install Doom similarly to what you asked, you can check it here. Also, I think it’s better to either clone Doom’s repo to its final destination, or at least do the symlinking to Bon chance ! |
Beta Was this translation helpful? Give feedback.
-
If you want to nixify Doom, nix-doom-emacs-unstraightened is your best bet. Use it directly or as a reference for building your own solution.
It generates the I generally don't recommend folks nixify Doom, though. It and Emacs are simply too stateful; there are numerous packages with zero chill about writing files to
Just remember |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I confirm that...
I searched the FAQ, issue tracker, discussions board, documentation, and wiki, and did not find an answer to my question.
Any discussions with or conclusions derived from the use of LLMs will be omitted from my question.
What is your question?
I am trying to set up a home-manager configuration that automatically installs doom emacs from the git repository.
(I am very new to nix, so forgive me if I am being stupid please)
What I am currently thinking about is this; Is it possible to write a derivation that gets the repository, runs
doom installand then symlink that into~/.config/emacs?I guess what I'm asking is this:
What exactly does
doom installmodify and what runtime dependencies does it have?Also. what exactly does
doom syncdo, because I don't think I can just run it after~/.config/emacsis already read-only, right?System information
No response
Beta Was this translation helpful? Give feedback.
All reactions