fix: enable doom nix

This commit is contained in:
Kyle Brown 2023-11-13 18:29:50 -08:00
parent 5ab32881d4
commit e6a084d126

View file

@ -88,3 +88,6 @@
(setq projectile-project-search-path '(("~/src/" . 1)))
(setq magit-revision-show-gravatars '("^Author: " . "^Commit: "))
;; better nix code formatter
(set-formatter! 'alejandra "alejandra --quiet" :modes '(nix-mode))