doom: remove nixfmt override

Nix formatting RFC was merged, with new style being implemented in a
separate branch of nixfmt. Since I have it installed and have already
started using it, this override to use nixpkgs-fmt can be removed.
This commit is contained in:
Payas Relekar 2024-03-16 14:37:09 +05:30
parent 67e5fd2175
commit 1f5e986a78

View file

@ -1305,10 +1305,7 @@ When Emacs is opened in Windows Subsystem for Linux, open web links in Firefox o
:init
(map! (:map global-map
:leader
:desc "format" "TAB" #'apheleia-format-buffer))
:config
(add-to-list 'apheleia-formatters '(nixpkgs-fmt "nixpkgs-fmt"))
(add-to-list 'apheleia-mode-alist '(nix-ts-mode . nixpkgs-fmt)))
:desc "format" "TAB" #'apheleia-format-buffer)))
#+end_src
# Local Variables:
# jinx-local-words: "lockfiles"