doom: Enable magit-nix3

It shows nice status and simple navigable inspection of the flake
itself. Doesn't seem to be too taxing on performance either.
This commit is contained in:
Payas Relekar 2023-11-11 16:41:26 +05:30
parent 94022286ec
commit 068f5c4217

View file

@ -947,6 +947,11 @@ All the modifications that are necessary enough to exist, but not big enough to
(add-to-list 'auto-mode-alist (cons "/flake\\.lock\\'" 'json-ts-mode))
:config
(add-hook 'nix-ts-mode-hook #'eglot-ensure'append))
(use-package! magit-nix3
:after magit-status
:config
(magit-nix3-flake-mode t))
#+end_src
** EditorConfig