config/doom: fix nix formatting

This commit is contained in:
Infinidoge 2023-09-14 09:47:56 -04:00
parent 2fa67e2908
commit 2862624e96

View file

@ -102,7 +102,7 @@
;; --- Nix --- ;; --- Nix ---
;; Replace nixfmt in format-all with nixpkgs-fmt ;; Replace nixfmt in format-all with nixpkgs-fmt
(set-formatter! 'nixfmt "nixpkgs-fmt" :modes '(nix-mode)) (set-formatter! 'nixfmt (list "nixpkgs-fmt") :modes '(nix-mode))
;; --- JSON --- ;; --- JSON ---
(setq js-indent-level 2) (setq js-indent-level 2)