this post was submitted on 27 Nov 2023
16 points (100.0% liked)

nixos

1262 readers
2 users here now

All about NixOS - https://nixos.org/

founded 5 years ago
 

I've seen people use nix-doom-emacs, have it set up standalone, and some have fancy Nix code that's way beyond my understanding for now to set it up. Which one is the recommended way to set it up? Also, how do you get completions in nix-mode?

you are viewing a single comment's thread
view the rest of the comments
[–] chayleaf@lemmy.ml 3 points 2 years ago* (last edited 2 years ago)

https://github.com/nix-community/nix-doom-emacs - declarative

https://github.com/hlissner/dotfiles/blob/master/modules/editors/emacs.nix - imperative (used by the doom emacs author, this is probably more hackable)